Html Css Color HEX #B59ADD Biloba Flower

📋 copy color: '#B59ADD'

red 181 ◦ green 154 ◦ blue 221

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

Shades of Biloba Flower #B59ADD

Tints of Biloba Flower #B59ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.7%

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

R = 32.55%
G = 27.7%
B = 39.75%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B59ADD (or 0xB59ADD) is known color: Biloba Flower. HEX triplet: B5, 9A and DD. RGB value is (181,154,221). Sum of RGB (Red+Green+Blue) = 181+154+221=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #B59ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ADD is #4A6522. Grayscale: #A9A9A9. Windows color (decimal): -4875555 or 14523061. OLE color: 14523061.

HSL color Cylindrical-coordinate representation of color #B59ADD: hue angle of 264.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59ADD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 154 221 -
CMYK 0.18 0.30 0 0.13
HSL 264.18º 0.5% 0.74% -
HSV(B) 264.18º 0.3% 0.87% -
XYZ 43.66 38.16 73.47 -
YUV 169.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 181 154 221 0.18 0.30 0 0.13 264.18 0.5 0.74
Hex B5 9A DD 12 1E 0 D 108 32 4A
Octal 265 232 335 22 36 0 15 410 62 112
Binary 10110101 10011010 11011101 10010 11110 0 1101 100001000 110010 1001010

Color Harmonies of #B59ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59ADD

Black with #B59ADD

Text Example


Text Example

White with #B59ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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