Html Css Color HEX #B580FF Biloba Flower

📋 copy color: '#B580FF'

red 181 ◦ green 128 ◦ blue 255

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

Shades of Biloba Flower #B580FF

Tints of Biloba Flower #B580FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 32.09%
G = 22.7%
B = 45.21%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B580FF (or 0xB580FF) is known color: Biloba Flower. HEX triplet: B5, 80 and FF. RGB value is (181,128,255). Sum of RGB (Red+Green+Blue) = 181+128+255=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #B580FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B580FF is #4A7F00. Grayscale: #9D9D9D. Windows color (decimal): -4882177 or 16744629. OLE color: 16744629.

HSL color Cylindrical-coordinate representation of color #B580FF: hue angle of 265.04º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B580FF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 128 255 -
CMYK 0.29 0.50 0 0
HSL 265.04º 1% 0.75% -
HSV(B) 265.04º 0.5% 1% -
XYZ 44.83 32.48 98.51 -
YUV 158.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 181 128 255 0.29 0.50 0 0 265.04 1 0.75
Hex B5 80 FF 1D 32 0 0 109 64 4B
Octal 265 200 377 35 62 0 0 411 144 113
Binary 10110101 10000000 11111111 11101 110010 0 0 100001001 1100100 1001011

Color Harmonies of #B580FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580FF

Black with #B580FF

Text Example


Text Example

White with #B580FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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