Html Css Color HEX #BF8BCB Lilac

📋 copy color: '#BF8BCB'

red 191 ◦ green 139 ◦ blue 203

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

Shades of Lilac #BF8BCB

Tints of Lilac #BF8BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.08%

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

R = 35.83%
G = 26.08%
B = 38.09%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF8BCB (or 0xBF8BCB) is known color: Lilac. HEX triplet: BF, 8B and CB. RGB value is (191,139,203). Sum of RGB (Red+Green+Blue) = 191+139+203=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF8BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BCB is #407434. Grayscale: #A1A1A1. Windows color (decimal): -4224053 or 13339583. OLE color: 13339583.

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

Color convert

RGB 191 139 203 -
CMYK 0.06 0.32 0 0.20
HSL 288.75º 0.38% 0.67% -
HSV(B) 288.75º 0.32% 0.8% -
XYZ 41.5 33.85 60.85 -
YUV 161.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 191 139 203 0.06 0.32 0 0.20 288.75 0.38 0.67
Hex BF 8B CB 6 20 0 14 121 26 43
Octal 277 213 313 6 40 0 24 441 46 103
Binary 10111111 10001011 11001011 110 100000 0 10100 100100001 100110 1000011

Color Harmonies of #BF8BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BCB

Black with #BF8BCB

Text Example


Text Example

White with #BF8BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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