Html Css Color HEX #B590DC Biloba Flower

📋 copy color: '#B590DC'

red 181 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #B590DC

Tints of Biloba Flower #B590DC

RGB

 RED value IS 181 (71.09% from 255) = 33.21%

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 33.21%
G = 26.42%
B = 40.37%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B590DC (or 0xB590DC) is known color: Biloba Flower. HEX triplet: B5, 90 and DC. RGB value is (181,144,220). Sum of RGB (Red+Green+Blue) = 181+144+220=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #B590DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590DC is #4A6F23. Grayscale: #A3A3A3. Windows color (decimal): -4878116 or 14454965. OLE color: 14454965.

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

Color convert

RGB 181 144 220 -
CMYK 0.18 0.35 0 0.14
HSL 269.21º 0.52% 0.71% -
HSV(B) 269.21º 0.35% 0.86% -
XYZ 41.95 34.94 72.24 -
YUV 163.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 181 144 220 0.18 0.35 0 0.14 269.21 0.52 0.71
Hex B5 90 DC 12 23 0 E 10D 34 47
Octal 265 220 334 22 43 0 16 415 64 107
Binary 10110101 10010000 11011100 10010 100011 0 1110 100001101 110100 1000111

Color Harmonies of #B590DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590DC

Black with #B590DC

Text Example


Text Example

White with #B590DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590DC; }

 p { color: rgb(181,144,220); }

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

background-color css

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

 a { background-color: rgb(181,144,220); }

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

border-color css

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

 span { border-color: rgb(181,144,220); }

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