Html Css Color HEX #B596EC Biloba Flower

📋 copy color: '#B596EC'

red 181 ◦ green 150 ◦ blue 236

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

Shades of Biloba Flower #B596EC

Tints of Biloba Flower #B596EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 31.92%
G = 26.46%
B = 41.62%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B596EC (or 0xB596EC) is known color: Biloba Flower. HEX triplet: B5, 96 and EC. RGB value is (181,150,236). Sum of RGB (Red+Green+Blue) = 181+150+236=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #B596EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B596EC is #4A6913. Grayscale: #A8A8A8. Windows color (decimal): -4876564 or 15505077. OLE color: 15505077.

HSL color Cylindrical-coordinate representation of color #B596EC: hue angle of 261.63º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B596EC is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 150 236 -
CMYK 0.23 0.36 0 0.07
HSL 261.63º 0.69% 0.76% -
HSV(B) 261.63º 0.36% 0.93% -
XYZ 45.1 37.69 84.26 -
YUV 169.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 181 150 236 0.23 0.36 0 0.07 261.63 0.69 0.76
Hex B5 96 EC 17 24 0 7 106 45 4C
Octal 265 226 354 27 44 0 7 406 105 114
Binary 10110101 10010110 11101100 10111 100100 0 111 100000110 1000101 1001100

Color Harmonies of #B596EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B596EC

Black with #B596EC

Text Example


Text Example

White with #B596EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B596EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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