#BB8FE3

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

Shades of Wisteria #BB8FE3

Tints of Wisteria #BB8FE3

Color information

#BB8FE3 (or 0xBB8FE3) is unknown color: approx Wisteria. HEX triplet: BB, 8F and E3. RGB value is (187,143,227). Sum of RGB (Red+Green+Blue) = 187+143+227=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB8FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FE3 is #44701C. Grayscale: #A5A5A5. Windows color (decimal): -4485149 or 14913467. OLE color: 14913467.

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

Color convert

RGB187143227-
CMYK0.180.3700.11
HSL271.43º60%72.55%-
HSV(B)271.43º37%89.02%-
XYZ44.1835.7677.25-
YUV165.73162.58143.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 227 (89.06% from 255) = 40.75%
R=33.57%
G=25.67%
B=40.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871432270.180.3700.11271.436072.55
HexBB8FE312250B10f3c49
Octal273217343224501341774111
Binary10111011100011111110001110010100101010111000011111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FE3; }

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

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

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

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

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

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

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

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