Html Css Color HEX #B096DD Biloba Flower

📋 copy color: '#B096DD'

red 176 ◦ green 150 ◦ blue 221

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

Shades of Biloba Flower #B096DD

Tints of Biloba Flower #B096DD

RGB

 RED value IS 176 (69.14% from 255) = 32.18%

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 32.18%
G = 27.42%
B = 40.4%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B096DD (or 0xB096DD) is known color: Biloba Flower. HEX triplet: B0, 96 and DD. RGB value is (176,150,221). Sum of RGB (Red+Green+Blue) = 176+150+221=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #B096DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096DD is #4F6922. Grayscale: #A5A5A5. Windows color (decimal): -5204259 or 14522032. OLE color: 14522032.

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

Color convert

RGB 176 150 221 -
CMYK 0.20 0.32 0 0.13
HSL 261.97º 0.51% 0.73% -
HSV(B) 261.97º 0.32% 0.87% -
XYZ 41.86 36.26 73.2 -
YUV 165.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 176 150 221 0.20 0.32 0 0.13 261.97 0.51 0.73
Hex B0 96 DD 14 20 0 D 106 33 49
Octal 260 226 335 24 40 0 15 406 63 111
Binary 10110000 10010110 11011101 10100 100000 0 1101 100000110 110011 1001001

Color Harmonies of #B096DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096DD

Black with #B096DD

Text Example


Text Example

White with #B096DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096DD; }

 p { color: rgb(176,150,221); }

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

background-color css

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

 a { background-color: rgb(176,150,221); }

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

border-color css

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

 span { border-color: rgb(176,150,221); }

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