Html Css Color HEX #B490DB Biloba Flower

📋 copy color: '#B490DB'

red 180 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #B490DB

Tints of Biloba Flower #B490DB

RGB

 RED value IS 180 (70.7% from 255) = 33.15%

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

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

R = 33.15%
G = 26.52%
B = 40.33%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B490DB (or 0xB490DB) is known color: Biloba Flower. HEX triplet: B4, 90 and DB. RGB value is (180,144,219). Sum of RGB (Red+Green+Blue) = 180+144+219=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #B490DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490DB is #4B6F24. Grayscale: #A3A3A3. Windows color (decimal): -4943653 or 14389428. OLE color: 14389428.

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

Color convert

RGB 180 144 219 -
CMYK 0.18 0.34 0 0.14
HSL 268.8º 0.51% 0.71% -
HSV(B) 268.8º 0.34% 0.86% -
XYZ 41.58 34.76 71.54 -
YUV 163.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 180 144 219 0.18 0.34 0 0.14 268.8 0.51 0.71
Hex B4 90 DB 12 22 0 E 10D 33 47
Octal 264 220 333 22 42 0 16 415 63 107
Binary 10110100 10010000 11011011 10010 100010 0 1110 100001101 110011 1000111

Color Harmonies of #B490DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490DB

Black with #B490DB

Text Example


Text Example

White with #B490DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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