Html Css Color HEX #B090DB Biloba Flower

📋 copy color: '#B090DB'

red 176 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #B090DB

Tints of Biloba Flower #B090DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.72%

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

R = 32.65%
G = 26.72%
B = 40.63%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B090DB (or 0xB090DB) is known color: Biloba Flower. HEX triplet: B0, 90 and DB. RGB value is (176,144,219). Sum of RGB (Red+Green+Blue) = 176+144+219=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #B090DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090DB is #4F6F24. Grayscale: #A1A1A1. Windows color (decimal): -5205797 or 14389424. OLE color: 14389424.

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

Color convert

RGB 176 144 219 -
CMYK 0.20 0.34 0 0.14
HSL 265.6º 0.51% 0.71% -
HSV(B) 265.6º 0.34% 0.86% -
XYZ 40.66 34.29 71.49 -
YUV 162.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 176 144 219 0.20 0.34 0 0.14 265.6 0.51 0.71
Hex B0 90 DB 14 22 0 E 10A 33 47
Octal 260 220 333 24 42 0 16 412 63 107
Binary 10110000 10010000 11011011 10100 100010 0 1110 100001010 110011 1000111

Color Harmonies of #B090DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090DB

Black with #B090DB

Text Example


Text Example

White with #B090DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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