Html Css Color HEX #BF6FDE Medium Orchid

📋 copy color: '#BF6FDE'

red 191 ◦ green 111 ◦ blue 222

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

Shades of Medium Orchid #BF6FDE

Tints of Medium Orchid #BF6FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.18%

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

R = 36.45%
G = 21.18%
B = 42.37%

CMYK

 C value IS 0.14

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF6FDE (or 0xBF6FDE) is known color: Medium Orchid. HEX triplet: BF, 6F and DE. RGB value is (191,111,222). Sum of RGB (Red+Green+Blue) = 191+111+222=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FDE is #409021. Grayscale: #939393. Windows color (decimal): -4231202 or 14577599. OLE color: 14577599.

HSL color Cylindrical-coordinate representation of color #BF6FDE: hue angle of 283.24º 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 #BF6FDE is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 111 222 -
CMYK 0.14 0.5 0 0.13
HSL 283.24º 0.63% 0.65% -
HSV(B) 283.24º 0.5% 0.87% -
XYZ 40.36 27.72 72.33 -
YUV 147.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 191 111 222 0.14 0.5 0 0.13 283.24 0.63 0.65
Hex BF 6F DE E 32 0 D 11B 3F 41
Octal 277 157 336 16 62 0 15 433 77 101
Binary 10111111 1101111 11011110 1110 110010 0 1101 100011011 111111 1000001

Color Harmonies of #BF6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FDE

Black with #BF6FDE

Text Example


Text Example

White with #BF6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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