#BB8DE2

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

Shades of Wisteria #BB8DE2

Tints of Wisteria #BB8DE2

Color information

#BB8DE2 (or 0xBB8DE2) is unknown color: approx Wisteria. HEX triplet: BB, 8D and E2. RGB value is (187,141,226). Sum of RGB (Red+Green+Blue) = 187+141+226=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB8DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DE2 is #44721D. Grayscale: #A4A4A4. Windows color (decimal): -4485662 or 14847419. OLE color: 14847419.

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

Color convert

RGB187141226-
CMYK0.170.3800.11
HSL272.47º59.44%71.96%-
HSV(B)272.47º37.61%88.63%-
XYZ43.7535.1176.42-
YUV164.44162.74144.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 226 (88.67% from 255) = 40.79%
R=33.75%
G=25.45%
B=40.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871412260.170.3800.11272.4759.4471.96
HexBB8DE211260B1103b48
Octal273215342214601342073110
Binary10111011100011011110001010001100110010111000100001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DE2; }

 p { color: rgb(187,141,226); }

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

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

 a { background-color: rgb(187,141,226); }

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

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

 span { border-color: rgb(187,141,226); }

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