#BB8BDC

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

Shades of Wisteria #BB8BDC

Tints of Wisteria #BB8BDC

Color information

#BB8BDC (or 0xBB8BDC) is unknown color: approx Wisteria. HEX triplet: BB, 8B and DC. RGB value is (187,139,220). Sum of RGB (Red+Green+Blue) = 187+139+220=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB8BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BDC is #447423. Grayscale: #A2A2A2. Windows color (decimal): -4486180 or 14453691. OLE color: 14453691.

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

Color convert

RGB187139220-
CMYK0.150.3700.14
HSL275.56º53.64%70.39%-
HSV(B)275.56º36.82%86.27%-
XYZ42.6434.272.06-
YUV162.59160.4145.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=34.25%
G=25.46%
B=40.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871392200.150.3700.14275.5653.6470.39
HexBB8BDCF250E1143646
Octal273213334174501642466106
Binary1011101110001011110111001111100101011101000101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BDC; }

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

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

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

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

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

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

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

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