#BB8ADA

Color #BB8ADA Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BB8ADA

Tints of Wisteria #BB8ADA

Color information

#BB8ADA (or 0xBB8ADA) is unknown color: approx Wisteria. HEX triplet: BB, 8A and DA. RGB value is (187,138,218). Sum of RGB (Red+Green+Blue) = 187+138+218=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB8ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ADA is #447525. Grayscale: #A1A1A1. Windows color (decimal): -4486438 or 14322363. OLE color: 14322363.

HSL color Cylindrical-coordinate representation of color #BB8ADA: hue angle of 276.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8ADA is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187138218-
CMYK0.140.3700.15
HSL276.75º51.95%69.8%-
HSV(B)276.75º36.7%85.49%-
XYZ42.2433.870.63-
YUV161.77159.73146-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 138 (54.30% from 255) = 25.41%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=34.44%
G=25.41%
B=40.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871382180.140.3700.15276.7551.9569.8
HexBB8ADAE250F1153446
Octal273212332164501742564106
Binary1011101110001010110110101110100101011111000101011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8ADA; }

 p { color: rgb(187,138,218); }

 H1.HeaderClassName
 {
   color: #BB8ADA;
 }
 .AnyTagClassName
 {
   color: #BB8ADA;
 }
</style>
background-color css

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

 a { background-color: rgb(187,138,218); }

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

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

 span { border-color: rgb(187,138,218); }

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