Html Css Color HEX #B990DB Biloba Flower

📋 copy color: '#B990DB'

red 185 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #B990DB

Tints of Biloba Flower #B990DB

RGB

 RED value IS 185 (72.66% from 255) = 33.76%

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

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

R = 33.76%
G = 26.28%
B = 39.96%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B990DB (or 0xB990DB) is known color: Biloba Flower. HEX triplet: B9, 90 and DB. RGB value is (185,144,219). Sum of RGB (Red+Green+Blue) = 185+144+219=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #B990DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990DB is #466F24. Grayscale: #A4A4A4. Windows color (decimal): -4615973 or 14389433. OLE color: 14389433.

HSL color Cylindrical-coordinate representation of color #B990DB: hue angle of 272.8º 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 #B990DB is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 144 219 -
CMYK 0.16 0.34 0 0.14
HSL 272.8º 0.51% 0.71% -
HSV(B) 272.8º 0.34% 0.86% -
XYZ 42.77 35.38 71.59 -
YUV 164.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 185 144 219 0.16 0.34 0 0.14 272.8 0.51 0.71
Hex B9 90 DB 10 22 0 E 111 33 47
Octal 271 220 333 20 42 0 16 421 63 107
Binary 10111001 10010000 11011011 10000 100010 0 1110 100010001 110011 1000111

Color Harmonies of #B990DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990DB

Black with #B990DB

Text Example


Text Example

White with #B990DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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