Html Css Color HEX #B580DA Biloba Flower

📋 copy color: '#B580DA'

red 181 ◦ green 128 ◦ blue 218

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

Shades of Biloba Flower #B580DA

Tints of Biloba Flower #B580DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 34.35%
G = 24.29%
B = 41.37%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B580DA (or 0xB580DA) is known color: Biloba Flower. HEX triplet: B5, 80 and DA. RGB value is (181,128,218). Sum of RGB (Red+Green+Blue) = 181+128+218=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #B580DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580DA is #4A7F25. Grayscale: #999999. Windows color (decimal): -4882214 or 14319797. OLE color: 14319797.

HSL color Cylindrical-coordinate representation of color #B580DA: hue angle of 275.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B580DA is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 128 218 -
CMYK 0.17 0.41 0 0.15
HSL 275.33º 0.55% 0.68% -
HSV(B) 275.33º 0.41% 0.85% -
XYZ 39.43 30.32 70.1 -
YUV 154.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 181 128 218 0.17 0.41 0 0.15 275.33 0.55 0.68
Hex B5 80 DA 11 29 0 F 113 37 44
Octal 265 200 332 21 51 0 17 423 67 104
Binary 10110101 10000000 11011010 10001 101001 0 1111 100010011 110111 1000100

Color Harmonies of #B580DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580DA

Black with #B580DA

Text Example


Text Example

White with #B580DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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