#bb7cee

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

Shades of Wisteria #BB7CEE

Tints of Wisteria #BB7CEE

Color information

#BB7CEE (or 0xBB7CEE) is unknown color: approx Wisteria. HEX triplet: BB, 7C and EE. RGB value is (187,124,238). Sum of RGB (Red+Green+Blue) = 187+124+238=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB7CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7CEE is #448311. Grayscale: #9B9B9B. Windows color (decimal): -4490002 or 15629499. OLE color: 15629499.

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

Color convert

RGB187124238-
CMYK0.210.4800.07
HSL273.16º77.03%70.98%-
HSV(B)273.16º47.9%93.33%-
XYZ43.1331.1584.63-
YUV155.83174.37150.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 124 (48.83% from 255) = 22.59%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=34.06%
G=22.59%
B=43.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871242380.210.4800.07273.1677.0370.98
HexBB7CEE1530071114d47
Octal273174356256007421115107
Binary1011101111111001110111010101110000011110001000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7cee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7cee; }

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

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

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

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

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

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

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

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