Html Css Color HEX #B290DB Biloba Flower

📋 copy color: '#B290DB'

red 178 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #B290DB

Tints of Biloba Flower #B290DB

RGB

 RED value IS 178 (69.92% from 255) = 32.9%

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

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

R = 32.9%
G = 26.62%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B290DB (or 0xB290DB) is known color: Biloba Flower. HEX triplet: B2, 90 and DB. RGB value is (178,144,219). Sum of RGB (Red+Green+Blue) = 178+144+219=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B290DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290DB is #4D6F24. Grayscale: #A2A2A2. Windows color (decimal): -5074725 or 14389426. OLE color: 14389426.

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

Color convert

RGB 178 144 219 -
CMYK 0.19 0.34 0 0.14
HSL 267.2º 0.51% 0.71% -
HSV(B) 267.2º 0.34% 0.86% -
XYZ 41.12 34.53 71.51 -
YUV 162.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 178 144 219 0.19 0.34 0 0.14 267.2 0.51 0.71
Hex B2 90 DB 13 22 0 E 10B 33 47
Octal 262 220 333 23 42 0 16 413 63 107
Binary 10110010 10010000 11011011 10011 100010 0 1110 100001011 110011 1000111

Color Harmonies of #B290DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290DB

Black with #B290DB

Text Example


Text Example

White with #B290DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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