Html Css Color HEX #BC8CC3 Lilac

📋 copy color: '#BC8CC3'

red 188 ◦ green 140 ◦ blue 195

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

Shades of Lilac #BC8CC3

Tints of Lilac #BC8CC3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.77%

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

R = 35.95%
G = 26.77%
B = 37.28%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC8CC3 (or 0xBC8CC3) is known color: Lilac. HEX triplet: BC, 8C and C3. RGB value is (188,140,195). Sum of RGB (Red+Green+Blue) = 188+140+195=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC8CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CC3 is #43733C. Grayscale: #A0A0A0. Windows color (decimal): -4420413 or 12815548. OLE color: 12815548.

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

Color convert

RGB 188 140 195 -
CMYK 0.04 0.28 0 0.24
HSL 292.36º 0.31% 0.66% -
HSV(B) 292.36º 0.28% 0.76% -
XYZ 39.97 33.39 55.97 -
YUV 160.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 188 140 195 0.04 0.28 0 0.24 292.36 0.31 0.66
Hex BC 8C C3 4 1C 0 18 124 1F 42
Octal 274 214 303 4 34 0 30 444 37 102
Binary 10111100 10001100 11000011 100 11100 0 11000 100100100 11111 1000010

Color Harmonies of #BC8CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CC3

Black with #BC8CC3

Text Example


Text Example

White with #BC8CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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