Html Css Color HEX #B581DA Biloba Flower

📋 copy color: '#B581DA'

red 181 ◦ green 129 ◦ blue 218

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

Shades of Biloba Flower #B581DA

Tints of Biloba Flower #B581DA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.43%

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

R = 34.28%
G = 24.43%
B = 41.29%

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

#B581DA (or 0xB581DA) is known color: Biloba Flower. HEX triplet: B5, 81 and DA. RGB value is (181,129,218). Sum of RGB (Red+Green+Blue) = 181+129+218=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #B581DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581DA is #4A7E25. Grayscale: #9A9A9A. Windows color (decimal): -4881958 or 14320053. OLE color: 14320053.

HSL color Cylindrical-coordinate representation of color #B581DA: hue angle of 275.06º 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 #B581DA is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 129 218 -
CMYK 0.17 0.41 0 0.15
HSL 275.06º 0.55% 0.68% -
HSV(B) 275.06º 0.41% 0.85% -
XYZ 39.56 30.59 70.15 -
YUV 154.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 181 129 218 0.17 0.41 0 0.15 275.06 0.55 0.68
Hex B5 81 DA 11 29 0 F 113 37 44
Octal 265 201 332 21 51 0 17 423 67 104
Binary 10110101 10000001 11011010 10001 101001 0 1111 100010011 110111 1000100

Color Harmonies of #B581DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B581DA

Black with #B581DA

Text Example


Text Example

White with #B581DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B581DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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