Html Css Color HEX #B590D7 Biloba Flower

📋 copy color: '#B590D7'

red 181 ◦ green 144 ◦ blue 215

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

Shades of Biloba Flower #B590D7

Tints of Biloba Flower #B590D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.81%

R = 33.52%
G = 26.67%
B = 39.81%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B590D7 (or 0xB590D7) is known color: Biloba Flower. HEX triplet: B5, 90 and D7. RGB value is (181,144,215). Sum of RGB (Red+Green+Blue) = 181+144+215=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #B590D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590D7 is #4A6F28. Grayscale: #A2A2A2. Windows color (decimal): -4878121 or 14127285. OLE color: 14127285.

HSL color Cylindrical-coordinate representation of color #B590D7: hue angle of 271.27º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B590D7 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 144 215 -
CMYK 0.16 0.33 0 0.16
HSL 271.27º 0.47% 0.7% -
HSV(B) 271.27º 0.33% 0.84% -
XYZ 41.3 34.68 68.81 -
YUV 163.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 181 144 215 0.16 0.33 0 0.16 271.27 0.47 0.7
Hex B5 90 D7 10 21 0 10 10F 2F 46
Octal 265 220 327 20 41 0 20 417 57 106
Binary 10110101 10010000 11010111 10000 100001 0 10000 100001111 101111 1000110

Color Harmonies of #B590D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590D7

Black with #B590D7

Text Example


Text Example

White with #B590D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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