Html Css Color HEX #B096DB Biloba Flower

📋 copy color: '#B096DB'

red 176 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #B096DB

Tints of Biloba Flower #B096DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 32.29%
G = 27.52%
B = 40.18%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B096DB (or 0xB096DB) is known color: Biloba Flower. HEX triplet: B0, 96 and DB. RGB value is (176,150,219). Sum of RGB (Red+Green+Blue) = 176+150+219=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #B096DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096DB is #4F6924. Grayscale: #A5A5A5. Windows color (decimal): -5204261 or 14390960. OLE color: 14390960.

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

Color convert

RGB 176 150 219 -
CMYK 0.20 0.32 0 0.14
HSL 262.61º 0.49% 0.72% -
HSV(B) 262.61º 0.32% 0.86% -
XYZ 41.6 36.16 71.8 -
YUV 165.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 176 150 219 0.20 0.32 0 0.14 262.61 0.49 0.72
Hex B0 96 DB 14 20 0 E 107 31 48
Octal 260 226 333 24 40 0 16 407 61 110
Binary 10110000 10010110 11011011 10100 100000 0 1110 100000111 110001 1001000

Color Harmonies of #B096DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096DB

Black with #B096DB

Text Example


Text Example

White with #B096DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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