Html Css Color HEX #B580E8 Biloba Flower

📋 copy color: '#B580E8'

red 181 ◦ green 128 ◦ blue 232

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

Shades of Biloba Flower #B580E8

Tints of Biloba Flower #B580E8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.66%

 BLUE value IS 232 (91.02% from 255) = 42.88%

R = 33.46%
G = 23.66%
B = 42.88%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B580E8 (or 0xB580E8) is known color: Biloba Flower. HEX triplet: B5, 80 and E8. RGB value is (181,128,232). Sum of RGB (Red+Green+Blue) = 181+128+232=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #B580E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B580E8 is #4A7F17. Grayscale: #9B9B9B. Windows color (decimal): -4882200 or 15237301. OLE color: 15237301.

HSL color Cylindrical-coordinate representation of color #B580E8: hue angle of 270.58º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B580E8 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 128 232 -
CMYK 0.22 0.45 0 0.09
HSL 270.58º 0.69% 0.71% -
HSV(B) 270.58º 0.45% 0.91% -
XYZ 41.34 31.09 80.17 -
YUV 155.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 181 128 232 0.22 0.45 0 0.09 270.58 0.69 0.71
Hex B5 80 E8 16 2D 0 9 10F 45 47
Octal 265 200 350 26 55 0 11 417 105 107
Binary 10110101 10000000 11101000 10110 101101 0 1001 100001111 1000101 1000111

Color Harmonies of #B580E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580E8

Black with #B580E8

Text Example


Text Example

White with #B580E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580E8; }

 p { color: rgb(181,128,232); }

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

background-color css

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

 a { background-color: rgb(181,128,232); }

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

border-color css

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

 span { border-color: rgb(181,128,232); }

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