Html Css Color HEX #B390DB Biloba Flower

📋 copy color: '#B390DB'

red 179 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #B390DB

Tints of Biloba Flower #B390DB

RGB

 RED value IS 179 (70.31% from 255) = 33.03%

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

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

R = 33.03%
G = 26.57%
B = 40.41%

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

#B390DB (or 0xB390DB) is known color: Biloba Flower. HEX triplet: B3, 90 and DB. RGB value is (179,144,219). Sum of RGB (Red+Green+Blue) = 179+144+219=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #B390DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390DB is #4C6F24. Grayscale: #A2A2A2. Windows color (decimal): -5009189 or 14389427. OLE color: 14389427.

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

Color convert

RGB 179 144 219 -
CMYK 0.18 0.34 0 0.14
HSL 268º 0.51% 0.71% -
HSV(B) 268º 0.34% 0.86% -
XYZ 41.35 34.64 71.53 -
YUV 163.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 179 144 219 0.18 0.34 0 0.14 268 0.51 0.71
Hex B3 90 DB 12 22 0 E 10C 33 47
Octal 263 220 333 22 42 0 16 414 63 107
Binary 10110011 10010000 11011011 10010 100010 0 1110 100001100 110011 1000111

Color Harmonies of #B390DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390DB

Black with #B390DB

Text Example


Text Example

White with #B390DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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