Html Css Color HEX #B580DC Biloba Flower

📋 copy color: '#B580DC'

red 181 ◦ green 128 ◦ blue 220

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

Shades of Biloba Flower #B580DC

Tints of Biloba Flower #B580DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 34.22%
G = 24.2%
B = 41.59%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B580DC (or 0xB580DC) is known color: Biloba Flower. HEX triplet: B5, 80 and DC. RGB value is (181,128,220). Sum of RGB (Red+Green+Blue) = 181+128+220=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #B580DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580DC is #4A7F23. Grayscale: #9A9A9A. Windows color (decimal): -4882212 or 14450869. OLE color: 14450869.

HSL color Cylindrical-coordinate representation of color #B580DC: hue angle of 274.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B580DC is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 128 220 -
CMYK 0.18 0.42 0 0.14
HSL 274.57º 0.57% 0.68% -
HSV(B) 274.57º 0.42% 0.86% -
XYZ 39.69 30.43 71.49 -
YUV 154.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 181 128 220 0.18 0.42 0 0.14 274.57 0.57 0.68
Hex B5 80 DC 12 2A 0 E 113 39 44
Octal 265 200 334 22 52 0 16 423 71 104
Binary 10110101 10000000 11011100 10010 101010 0 1110 100010011 111001 1000100

Color Harmonies of #B580DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580DC

Black with #B580DC

Text Example


Text Example

White with #B580DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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