Html Css Color HEX #B580DF Biloba Flower

📋 copy color: '#B580DF'

red 181 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #B580DF

Tints of Biloba Flower #B580DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 34.02%
G = 24.06%
B = 41.92%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B580DF (or 0xB580DF) is known color: Biloba Flower. HEX triplet: B5, 80 and DF. RGB value is (181,128,223). Sum of RGB (Red+Green+Blue) = 181+128+223=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #B580DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580DF is #4A7F20. Grayscale: #9A9A9A. Windows color (decimal): -4882209 or 14647477. OLE color: 14647477.

HSL color Cylindrical-coordinate representation of color #B580DF: hue angle of 273.47º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B580DF is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 128 223 -
CMYK 0.19 0.43 0 0.13
HSL 273.47º 0.6% 0.69% -
HSV(B) 273.47º 0.43% 0.87% -
XYZ 40.09 30.59 73.6 -
YUV 154.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 181 128 223 0.19 0.43 0 0.13 273.47 0.6 0.69
Hex B5 80 DF 13 2B 0 D 111 3C 45
Octal 265 200 337 23 53 0 15 421 74 105
Binary 10110101 10000000 11011111 10011 101011 0 1101 100010001 111100 1000101

Color Harmonies of #B580DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580DF

Black with #B580DF

Text Example


Text Example

White with #B580DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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