#BB8BD2

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

Shades of Wisteria #BB8BD2

Tints of Wisteria #BB8BD2

Color information

#BB8BD2 (or 0xBB8BD2) is unknown color: approx Wisteria. HEX triplet: BB, 8B and D2. RGB value is (187,139,210). Sum of RGB (Red+Green+Blue) = 187+139+210=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB8BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BD2 is #44742D. Grayscale: #A1A1A1. Windows color (decimal): -4486190 or 13798331. OLE color: 13798331.

HSL color Cylindrical-coordinate representation of color #BB8BD2: hue angle of 280.56º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB8BD2 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187139210-
CMYK0.110.3400.18
HSL280.56º44.1%68.43%-
HSV(B)280.56º33.81%82.35%-
XYZ41.3633.6865.29-
YUV161.45155.4146.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 210 (82.42% from 255) = 39.18%
R=34.89%
G=25.93%
B=39.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871392100.110.3400.18280.5644.168.43
HexBB8BD2B220121192c44
Octal273213322134202243154104
Binary10111011100010111101001010111000100100101000110011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BD2; }

 p { color: rgb(187,139,210); }

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

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

 a { background-color: rgb(187,139,210); }

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

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

 span { border-color: rgb(187,139,210); }

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