#BB8BD5

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

Shades of Wisteria #BB8BD5

Tints of Wisteria #BB8BD5

Color information

#BB8BD5 (or 0xBB8BD5) is unknown color: approx Wisteria. HEX triplet: BB, 8B and D5. RGB value is (187,139,213). Sum of RGB (Red+Green+Blue) = 187+139+213=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB8BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BD5 is #44742A. Grayscale: #A1A1A1. Windows color (decimal): -4486187 or 13994939. OLE color: 13994939.

HSL color Cylindrical-coordinate representation of color #BB8BD5: hue angle of 278.92º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB8BD5 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187139213-
CMYK0.120.3500.16
HSL278.92º46.84%69.02%-
HSV(B)278.92º34.74%83.53%-
XYZ41.7433.8367.28-
YUV161.79156.9145.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=34.69%
G=25.79%
B=39.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871392130.120.3500.16278.9246.8469.02
HexBB8BD5C230101172f45
Octal273213325144302042757105
Binary10111011100010111101010111001000110100001000101111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BD5; }

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

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

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

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

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

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

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

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