Html Css Color HEX #BF6EDE Medium Orchid

📋 copy color: '#BF6EDE'

red 191 ◦ green 110 ◦ blue 222

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

Shades of Medium Orchid #BF6EDE

Tints of Medium Orchid #BF6EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.03%

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 36.52%
G = 21.03%
B = 42.45%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF6EDE (or 0xBF6EDE) is known color: Medium Orchid. HEX triplet: BF, 6E and DE. RGB value is (191,110,222). Sum of RGB (Red+Green+Blue) = 191+110+222=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EDE is #409121. Grayscale: #929292. Windows color (decimal): -4231458 or 14577343. OLE color: 14577343.

HSL color Cylindrical-coordinate representation of color #BF6EDE: hue angle of 283.39º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6EDE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 110 222 -
CMYK 0.14 0.50 0 0.13
HSL 283.39º 0.63% 0.65% -
HSV(B) 283.39º 0.5% 0.87% -
XYZ 40.25 27.5 72.29 -
YUV 146.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 191 110 222 0.14 0.50 0 0.13 283.39 0.63 0.65
Hex BF 6E DE E 32 0 D 11B 3F 41
Octal 277 156 336 16 62 0 15 433 77 101
Binary 10111111 1101110 11011110 1110 110010 0 1101 100011011 111111 1000001

Color Harmonies of #BF6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EDE

Black with #BF6EDE

Text Example


Text Example

White with #BF6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EDE; }

 p { color: rgb(191,110,222); }

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

background-color css

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

 a { background-color: rgb(191,110,222); }

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

border-color css

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

 span { border-color: rgb(191,110,222); }

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