Html Css Color HEX #B596DF Biloba Flower

📋 copy color: '#B596DF'

red 181 ◦ green 150 ◦ blue 223

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

Shades of Biloba Flower #B596DF

Tints of Biloba Flower #B596DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 32.67%
G = 27.08%
B = 40.25%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B596DF (or 0xB596DF) is known color: Biloba Flower. HEX triplet: B5, 96 and DF. RGB value is (181,150,223). Sum of RGB (Red+Green+Blue) = 181+150+223=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #B596DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596DF is #4A6920. Grayscale: #A7A7A7. Windows color (decimal): -4876577 or 14653109. OLE color: 14653109.

HSL color Cylindrical-coordinate representation of color #B596DF: hue angle of 265.48º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B596DF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 150 223 -
CMYK 0.19 0.33 0 0.13
HSL 265.48º 0.53% 0.73% -
HSV(B) 265.48º 0.33% 0.87% -
XYZ 43.28 36.96 74.67 -
YUV 167.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 181 150 223 0.19 0.33 0 0.13 265.48 0.53 0.73
Hex B5 96 DF 13 21 0 D 109 35 49
Octal 265 226 337 23 41 0 15 411 65 111
Binary 10110101 10010110 11011111 10011 100001 0 1101 100001001 110101 1001001

Color Harmonies of #B596DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B596DF

Black with #B596DF

Text Example


Text Example

White with #B596DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B596DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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