Html Css Color HEX #B580EC Biloba Flower

📋 copy color: '#B580EC'

red 181 ◦ green 128 ◦ blue 236

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

Shades of Biloba Flower #B580EC

Tints of Biloba Flower #B580EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 33.21%
G = 23.49%
B = 43.3%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B580EC (or 0xB580EC) is known color: Biloba Flower. HEX triplet: B5, 80 and EC. RGB value is (181,128,236). Sum of RGB (Red+Green+Blue) = 181+128+236=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #B580EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B580EC is #4A7F13. Grayscale: #9B9B9B. Windows color (decimal): -4882196 or 15499445. OLE color: 15499445.

HSL color Cylindrical-coordinate representation of color #B580EC: hue angle of 269.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B580EC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 128 236 -
CMYK 0.23 0.46 0 0.07
HSL 269.44º 0.74% 0.71% -
HSV(B) 269.44º 0.46% 0.93% -
XYZ 41.92 31.32 83.19 -
YUV 156.16 173.06 145.72 -
System Red Green Blue C M Y K H S L
Decimal 181 128 236 0.23 0.46 0 0.07 269.44 0.74 0.71
Hex B5 80 EC 17 2E 0 7 10D 4A 47
Octal 265 200 354 27 56 0 7 415 112 107
Binary 10110101 10000000 11101100 10111 101110 0 111 100001101 1001010 1000111

Color Harmonies of #B580EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580EC

Black with #B580EC

Text Example


Text Example

White with #B580EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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