#BB8FDC

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

Shades of Wisteria #BB8FDC

Tints of Wisteria #BB8FDC

Color information

#BB8FDC (or 0xBB8FDC) is unknown color: approx Wisteria. HEX triplet: BB, 8F and DC. RGB value is (187,143,220). Sum of RGB (Red+Green+Blue) = 187+143+220=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FDC is #447023. Grayscale: #A4A4A4. Windows color (decimal): -4485156 or 14454715. OLE color: 14454715.

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

Color convert

RGB187143220-
CMYK0.150.3500.14
HSL274.29º52.38%71.18%-
HSV(B)274.29º35%86.27%-
XYZ43.2335.3872.26-
YUV164.93159.08143.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 220 (86.33% from 255) = 40%
R=34%
G=26%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871432200.150.3500.14274.2952.3871.18
HexBB8FDCF230E1123447
Octal273217334174301642264107
Binary1011101110001111110111001111100011011101000100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FDC; }

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

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

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

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

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

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

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

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