#BB7FEF

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

Shades of Wisteria #BB7FEF

Tints of Wisteria #BB7FEF

Color information

#BB7FEF (or 0xBB7FEF) is unknown color: approx Wisteria. HEX triplet: BB, 7F and EF. RGB value is (187,127,239). Sum of RGB (Red+Green+Blue) = 187+127+239=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB7FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7FEF is #448010. Grayscale: #9D9D9D. Windows color (decimal): -4489233 or 15695803. OLE color: 15695803.

HSL color Cylindrical-coordinate representation of color #BB7FEF: hue angle of 272.14º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB7FEF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187127239-
CMYK0.220.4700.06
HSL272.14º77.78%71.76%-
HSV(B)272.14º46.86%93.73%-
XYZ43.6631.9885.53-
YUV157.71173.88148.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 239 (93.75% from 255) = 43.22%
R=33.82%
G=22.97%
B=43.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871272390.220.4700.06272.1477.7871.76
HexBB7FEF162F061104e48
Octal273177357265706420116110
Binary1011101111111111110111110110101111011010001000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FEF; }

 p { color: rgb(187,127,239); }

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

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

 a { background-color: rgb(187,127,239); }

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

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

 span { border-color: rgb(187,127,239); }

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