Html Css Color HEX #BC8FC4 Lilac

📋 copy color: '#BC8FC4'

red 188 ◦ green 143 ◦ blue 196

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

Shades of Lilac #BC8FC4

Tints of Lilac #BC8FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.19%

R = 35.67%
G = 27.13%
B = 37.19%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC8FC4 (or 0xBC8FC4) is known color: Lilac. HEX triplet: BC, 8F and C4. RGB value is (188,143,196). Sum of RGB (Red+Green+Blue) = 188+143+196=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC8FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FC4 is #43703B. Grayscale: #A2A2A2. Windows color (decimal): -4419644 or 12881852. OLE color: 12881852.

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

Color convert

RGB 188 143 196 -
CMYK 0.04 0.27 0 0.23
HSL 290.94º 0.31% 0.66% -
HSV(B) 290.94º 0.27% 0.77% -
XYZ 40.53 34.32 56.71 -
YUV 162.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 188 143 196 0.04 0.27 0 0.23 290.94 0.31 0.66
Hex BC 8F C4 4 1B 0 17 123 1F 42
Octal 274 217 304 4 33 0 27 443 37 102
Binary 10111100 10001111 11000100 100 11011 0 10111 100100011 11111 1000010

Color Harmonies of #BC8FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FC4

Black with #BC8FC4

Text Example


Text Example

White with #BC8FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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