Html Css Color HEX #B581DD Biloba Flower

📋 copy color: '#B581DD'

red 181 ◦ green 129 ◦ blue 221

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

Shades of Biloba Flower #B581DD

Tints of Biloba Flower #B581DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 34.09%
G = 24.29%
B = 41.62%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B581DD (or 0xB581DD) is known color: Biloba Flower. HEX triplet: B5, 81 and DD. RGB value is (181,129,221). Sum of RGB (Red+Green+Blue) = 181+129+221=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #B581DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581DD is #4A7E22. Grayscale: #9A9A9A. Windows color (decimal): -4881955 or 14516661. OLE color: 14516661.

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

Color convert

RGB 181 129 221 -
CMYK 0.18 0.42 0 0.13
HSL 273.91º 0.58% 0.69% -
HSV(B) 273.91º 0.42% 0.87% -
XYZ 39.96 30.74 72.23 -
YUV 155.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 181 129 221 0.18 0.42 0 0.13 273.91 0.58 0.69
Hex B5 81 DD 12 2A 0 D 112 3A 45
Octal 265 201 335 22 52 0 15 422 72 105
Binary 10110101 10000001 11011101 10010 101010 0 1101 100010010 111010 1000101

Color Harmonies of #B581DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B581DD

Black with #B581DD

Text Example


Text Example

White with #B581DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B581DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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