Html Css Color HEX #875FBC Lilac Bush

📋 copy color: '#875FBC'

red 135 ◦ green 95 ◦ blue 188

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

Shades of Lilac Bush #875FBC

Tints of Lilac Bush #875FBC

RGB

 RED value IS 135 (53.13% from 255) = 32.3%

 GREEN value IS 95 (37.5% from 255) = 22.73%

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 32.3%
G = 22.73%
B = 44.98%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#875FBC (or 0x875FBC) is known color: Lilac Bush. HEX triplet: 87, 5F and BC. RGB value is (135,95,188). Sum of RGB (Red+Green+Blue) = 135+95+188=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #875FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FBC is #78A043. Grayscale: #757575. Windows color (decimal): -7905348 or 12345223. OLE color: 12345223.

HSL color Cylindrical-coordinate representation of color #875FBC: hue angle of 265.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #875FBC is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 95 188 -
CMYK 0.28 0.49 0 0.26
HSL 265.81º 0.41% 0.55% -
HSV(B) 265.81º 0.49% 0.74% -
XYZ 23.16 16.97 49.63 -
YUV 117.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 135 95 188 0.28 0.49 0 0.26 265.81 0.41 0.55
Hex 87 5F BC 1C 31 0 1A 10A 29 37
Octal 207 137 274 34 61 0 32 412 51 67
Binary 10000111 1011111 10111100 11100 110001 0 11010 100001010 101001 110111

Color Harmonies of #875FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FBC

Black with #875FBC

Text Example


Text Example

White with #875FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875FBC; }

 p { color: rgb(135,95,188); }

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

background-color css

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

 a { background-color: rgb(135,95,188); }

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

border-color css

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

 span { border-color: rgb(135,95,188); }

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