Html Css Color HEX #BF5ECB Medium Orchid

📋 copy color: '#BF5ECB'

red 191 ◦ green 94 ◦ blue 203

#BF5ECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF5ECB

Tints of Medium Orchid #BF5ECB

RGB

 RED value IS 191 (75% from 255) = 39.14%

 GREEN value IS 94 (37.11% from 255) = 19.26%

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 39.14%
G = 19.26%
B = 41.6%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF5ECB (or 0xBF5ECB) is known color: Medium Orchid. HEX triplet: BF, 5E and CB. RGB value is (191,94,203). Sum of RGB (Red+Green+Blue) = 191+94+203=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF5ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5ECB is #40A134. Grayscale: #878787. Windows color (decimal): -4235573 or 13328063. OLE color: 13328063.

HSL color Cylindrical-coordinate representation of color #BF5ECB: hue angle of 293.39º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5ECB is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 94 203 -
CMYK 0.06 0.54 0 0.20
HSL 293.39º 0.51% 0.58% -
HSV(B) 293.39º 0.54% 0.8% -
XYZ 36.27 23.39 59.1 -
YUV 135.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 191 94 203 0.06 0.54 0 0.20 293.39 0.51 0.58
Hex BF 5E CB 6 36 0 14 125 33 3A
Octal 277 136 313 6 66 0 24 445 63 72
Binary 10111111 1011110 11001011 110 110110 0 10100 100100101 110011 111010

Color Harmonies of #BF5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5ECB

Black with #BF5ECB

Text Example


Text Example

White with #BF5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5ECB; }

 p { color: rgb(191,94,203); }

 H1.HeaderClassName
 {
   color: #BF5ECB;
 }
 .AnyTagClassName
 {
   color: #BF5ECB;
 }
</style>

background-color css

<style>
 a { background-color: #BF5ECB; }

 a { background-color: rgb(191,94,203); }

 div.DivClassName
 {
   background-color: #BF5ECB;
 }
 .BgClassName
 {
   background-color: #BF5ECB;
 }
</style>

border-color css

<style>
 span { border-color: #BF5ECB; }

 span { border-color: rgb(191,94,203); }

 td.TdClassName
 {
   border-color: #BF5ECB;
 }
 .TagClassName
 {
   border-color: #BF5ECB;
 }
</style>