Html Css Color HEX #B582DD Biloba Flower

📋 copy color: '#B582DD'

red 181 ◦ green 130 ◦ blue 221

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

Shades of Biloba Flower #B582DD

Tints of Biloba Flower #B582DD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.44%

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

R = 34.02%
G = 24.44%
B = 41.54%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B582DD (or 0xB582DD) is known color: Biloba Flower. HEX triplet: B5, 82 and DD. RGB value is (181,130,221). Sum of RGB (Red+Green+Blue) = 181+130+221=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #B582DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582DD is #4A7D22. Grayscale: #9B9B9B. Windows color (decimal): -4881699 or 14516917. OLE color: 14516917.

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

Color convert

RGB 181 130 221 -
CMYK 0.18 0.41 0 0.13
HSL 273.63º 0.57% 0.69% -
HSV(B) 273.63º 0.41% 0.87% -
XYZ 40.09 31.01 72.28 -
YUV 155.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 181 130 221 0.18 0.41 0 0.13 273.63 0.57 0.69
Hex B5 82 DD 12 29 0 D 112 39 45
Octal 265 202 335 22 51 0 15 422 71 105
Binary 10110101 10000010 11011101 10010 101001 0 1101 100010010 111001 1000101

Color Harmonies of #B582DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B582DD

Black with #B582DD

Text Example


Text Example

White with #B582DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B582DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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