Html Css Color HEX #B590DA Biloba Flower

📋 copy color: '#B590DA'

red 181 ◦ green 144 ◦ blue 218

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

Shades of Biloba Flower #B590DA

Tints of Biloba Flower #B590DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 33.33%
G = 26.52%
B = 40.15%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B590DA (or 0xB590DA) is known color: Biloba Flower. HEX triplet: B5, 90 and DA. RGB value is (181,144,218). Sum of RGB (Red+Green+Blue) = 181+144+218=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #B590DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590DA is #4A6F25. Grayscale: #A3A3A3. Windows color (decimal): -4878118 or 14323893. OLE color: 14323893.

HSL color Cylindrical-coordinate representation of color #B590DA: hue angle of 270º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B590DA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 144 218 -
CMYK 0.17 0.34 0 0.15
HSL 270º 0.5% 0.71% -
HSV(B) 270º 0.34% 0.85% -
XYZ 41.68 34.83 70.86 -
YUV 163.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 181 144 218 0.17 0.34 0 0.15 270 0.5 0.71
Hex B5 90 DA 11 22 0 F 10E 32 47
Octal 265 220 332 21 42 0 17 416 62 107
Binary 10110101 10010000 11011010 10001 100010 0 1111 100001110 110010 1000111

Color Harmonies of #B590DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590DA

Black with #B590DA

Text Example


Text Example

White with #B590DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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