#BB8FE4

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

Shades of Wisteria #BB8FE4

Tints of Wisteria #BB8FE4

Color information

#BB8FE4 (or 0xBB8FE4) is unknown color: approx Wisteria. HEX triplet: BB, 8F and E4. RGB value is (187,143,228). Sum of RGB (Red+Green+Blue) = 187+143+228=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB8FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FE4 is #44701B. Grayscale: #A5A5A5. Windows color (decimal): -4485148 or 14979003. OLE color: 14979003.

HSL color Cylindrical-coordinate representation of color #BB8FE4: hue angle of 271.06º degrees, saturation: 0.61, 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 #BB8FE4 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187143228-
CMYK0.180.3700.11
HSL271.06º61.15%72.75%-
HSV(B)271.06º37.28%89.41%-
XYZ44.3235.8177.98-
YUV165.85163.08143.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 228 (89.45% from 255) = 40.86%
R=33.51%
G=25.63%
B=40.86%

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
Decimal1871432280.180.3700.11271.0661.1572.75
HexBB8FE412250B10f3d49
Octal273217344224501341775111
Binary10111011100011111110010010010100101010111000011111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FE4; }

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

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

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

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

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

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

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

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