Html Css Color HEX #BC8FC3 Lilac

📋 copy color: '#BC8FC3'

red 188 ◦ green 143 ◦ blue 195

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

Shades of Lilac #BC8FC3

Tints of Lilac #BC8FC3

RGB

 RED value IS 188 (73.83% from 255) = 35.74%

 GREEN value IS 143 (56.25% from 255) = 27.19%

 BLUE value IS 195 (76.56% from 255) = 37.07%

R = 35.74%
G = 27.19%
B = 37.07%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC8FC3 (or 0xBC8FC3) is known color: Lilac. HEX triplet: BC, 8F and C3. RGB value is (188,143,195). Sum of RGB (Red+Green+Blue) = 188+143+195=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC8FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FC3 is #43703C. Grayscale: #A2A2A2. Windows color (decimal): -4419645 or 12816316. OLE color: 12816316.

HSL color Cylindrical-coordinate representation of color #BC8FC3: hue angle of 291.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8FC3 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 143 195 -
CMYK 0.04 0.27 0 0.24
HSL 291.92º 0.3% 0.66% -
HSV(B) 291.92º 0.27% 0.76% -
XYZ 40.41 34.28 56.12 -
YUV 162.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 188 143 195 0.04 0.27 0 0.24 291.92 0.3 0.66
Hex BC 8F C3 4 1B 0 18 124 1E 42
Octal 274 217 303 4 33 0 30 444 36 102
Binary 10111100 10001111 11000011 100 11011 0 11000 100100100 11110 1000010

Color Harmonies of #BC8FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FC3

Black with #BC8FC3

Text Example


Text Example

White with #BC8FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FC3; }

 p { color: rgb(188,143,195); }

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

background-color css

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

 a { background-color: rgb(188,143,195); }

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

border-color css

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

 span { border-color: rgb(188,143,195); }

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