Html Css Color HEX #855FBC Lilac Bush

📋 copy color: '#855FBC'

red 133 ◦ green 95 ◦ blue 188

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

Shades of Lilac Bush #855FBC

Tints of Lilac Bush #855FBC

RGB

 RED value IS 133 (52.34% from 255) = 31.97%

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

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

R = 31.97%
G = 22.84%
B = 45.19%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#855FBC (or 0x855FBC) is known color: Lilac Bush. HEX triplet: 85, 5F and BC. RGB value is (133,95,188). Sum of RGB (Red+Green+Blue) = 133+95+188=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #855FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FBC is #7AA043. Grayscale: #747474. Windows color (decimal): -8036420 or 12345221. OLE color: 12345221.

HSL color Cylindrical-coordinate representation of color #855FBC: hue angle of 264.52º 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 #855FBC is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 95 188 -
CMYK 0.29 0.49 0 0.26
HSL 264.52º 0.41% 0.55% -
HSV(B) 264.52º 0.49% 0.74% -
XYZ 22.84 16.8 49.62 -
YUV 116.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 133 95 188 0.29 0.49 0 0.26 264.52 0.41 0.55
Hex 85 5F BC 1D 31 0 1A 109 29 37
Octal 205 137 274 35 61 0 32 411 51 67
Binary 10000101 1011111 10111100 11101 110001 0 11010 100001001 101001 110111

Color Harmonies of #855FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855FBC

Black with #855FBC

Text Example


Text Example

White with #855FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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