#bb7fee

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

Shades of Wisteria #BB7FEE

Tints of Wisteria #BB7FEE

Color information

#BB7FEE (or 0xBB7FEE) is unknown color: approx Wisteria. HEX triplet: BB, 7F and EE. RGB value is (187,127,238). Sum of RGB (Red+Green+Blue) = 187+127+238=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7FEE is #448011. Grayscale: #9D9D9D. Windows color (decimal): -4489234 or 15630267. OLE color: 15630267.

HSL color Cylindrical-coordinate representation of color #BB7FEE: hue angle of 272.43º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB7FEE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187127238-
CMYK0.210.4700.07
HSL272.43º76.55%71.57%-
HSV(B)272.43º46.64%93.33%-
XYZ43.5231.9284.76-
YUV157.59173.38148.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 127 (50% from 255) = 23.01%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=33.88%
G=23.01%
B=43.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871272380.210.4700.07272.4376.5571.57
HexBB7FEE152F071104d48
Octal273177356255707420115110
Binary1011101111111111110111010101101111011110001000010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7fee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7fee; }

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

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

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

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

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

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

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

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