#BB8BE4

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

Shades of Wisteria #BB8BE4

Tints of Wisteria #BB8BE4

Color information

#BB8BE4 (or 0xBB8BE4) is unknown color: approx Wisteria. HEX triplet: BB, 8B and E4. RGB value is (187,139,228). Sum of RGB (Red+Green+Blue) = 187+139+228=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB8BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BE4 is #44741B. Grayscale: #A3A3A3. Windows color (decimal): -4486172 or 14977979. OLE color: 14977979.

HSL color Cylindrical-coordinate representation of color #BB8BE4: hue angle of 272.36º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB8BE4 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187139228-
CMYK0.180.3900.11
HSL272.36º62.24%71.96%-
HSV(B)272.36º39.04%89.41%-
XYZ43.7334.6377.78-
YUV163.5164.4144.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 228 (89.45% from 255) = 41.16%
R=33.75%
G=25.09%
B=41.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871392280.180.3900.11272.3662.2471.96
HexBB8BE412270B1103e48
Octal273213344224701342076110
Binary10111011100010111110010010010100111010111000100001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BE4; }

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

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

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

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

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

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

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

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