Html Css Color HEX #B596DC Biloba Flower

📋 copy color: '#B596DC'

red 181 ◦ green 150 ◦ blue 220

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

Shades of Biloba Flower #B596DC

Tints of Biloba Flower #B596DC

RGB

 RED value IS 181 (71.09% from 255) = 32.85%

 GREEN value IS 150 (58.98% from 255) = 27.22%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 32.85%
G = 27.22%
B = 39.93%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B596DC (or 0xB596DC) is known color: Biloba Flower. HEX triplet: B5, 96 and DC. RGB value is (181,150,220). Sum of RGB (Red+Green+Blue) = 181+150+220=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #B596DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596DC is #4A6923. Grayscale: #A7A7A7. Windows color (decimal): -4876580 or 14456501. OLE color: 14456501.

HSL color Cylindrical-coordinate representation of color #B596DC: hue angle of 266.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B596DC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 150 220 -
CMYK 0.18 0.32 0 0.14
HSL 266.57º 0.5% 0.73% -
HSV(B) 266.57º 0.32% 0.86% -
XYZ 42.88 36.8 72.55 -
YUV 167.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 181 150 220 0.18 0.32 0 0.14 266.57 0.5 0.73
Hex B5 96 DC 12 20 0 E 10B 32 49
Octal 265 226 334 22 40 0 16 413 62 111
Binary 10110101 10010110 11011100 10010 100000 0 1110 100001011 110010 1001001

Color Harmonies of #B596DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B596DC

Black with #B596DC

Text Example


Text Example

White with #B596DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B596DC; }

 p { color: rgb(181,150,220); }

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

background-color css

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

 a { background-color: rgb(181,150,220); }

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

border-color css

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

 span { border-color: rgb(181,150,220); }

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