Html Css Color HEX #B590E0 Biloba Flower

📋 copy color: '#B590E0'

red 181 ◦ green 144 ◦ blue 224

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

Shades of Biloba Flower #B590E0

Tints of Biloba Flower #B590E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.8%

R = 32.97%
G = 26.23%
B = 40.8%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B590E0 (or 0xB590E0) is known color: Biloba Flower. HEX triplet: B5, 90 and E0. RGB value is (181,144,224). Sum of RGB (Red+Green+Blue) = 181+144+224=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #B590E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590E0 is #4A6F1F. Grayscale: #A3A3A3. Windows color (decimal): -4878112 or 14717109. OLE color: 14717109.

HSL color Cylindrical-coordinate representation of color #B590E0: hue angle of 267.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B590E0 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 144 224 -
CMYK 0.19 0.36 0 0.12
HSL 267.75º 0.56% 0.72% -
HSV(B) 267.75º 0.36% 0.88% -
XYZ 42.48 35.15 75.07 -
YUV 164.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 181 144 224 0.19 0.36 0 0.12 267.75 0.56 0.72
Hex B5 90 E0 13 24 0 C 10C 38 48
Octal 265 220 340 23 44 0 14 414 70 110
Binary 10110101 10010000 11100000 10011 100100 0 1100 100001100 111000 1001000

Color Harmonies of #B590E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590E0

Black with #B590E0

Text Example


Text Example

White with #B590E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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