Html Css Color HEX #865FBC Lilac Bush

📋 copy color: '#865FBC'

red 134 ◦ green 95 ◦ blue 188

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

Shades of Lilac Bush #865FBC

Tints of Lilac Bush #865FBC

RGB

 RED value IS 134 (52.73% from 255) = 32.13%

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

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

R = 32.13%
G = 22.78%
B = 45.08%

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

#865FBC (or 0x865FBC) is known color: Lilac Bush. HEX triplet: 86, 5F and BC. RGB value is (134,95,188). Sum of RGB (Red+Green+Blue) = 134+95+188=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #865FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FBC is #79A043. Grayscale: #747474. Windows color (decimal): -7970884 or 12345222. OLE color: 12345222.

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

Color convert

RGB 134 95 188 -
CMYK 0.29 0.49 0 0.26
HSL 265.16º 0.41% 0.55% -
HSV(B) 265.16º 0.49% 0.74% -
XYZ 23 16.88 49.62 -
YUV 117.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 134 95 188 0.29 0.49 0 0.26 265.16 0.41 0.55
Hex 86 5F BC 1D 31 0 1A 109 29 37
Octal 206 137 274 35 61 0 32 411 51 67
Binary 10000110 1011111 10111100 11101 110001 0 11010 100001001 101001 110111

Color Harmonies of #865FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FBC

Black with #865FBC

Text Example


Text Example

White with #865FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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