#BE8BE8

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

Shades of Wisteria #BE8BE8

Tints of Wisteria #BE8BE8

Color information

#BE8BE8 (or 0xBE8BE8) is unknown color: approx Wisteria. HEX triplet: BE, 8B and E8. RGB value is (190,139,232). Sum of RGB (Red+Green+Blue) = 190+139+232=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE8BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BE8 is #417417. Grayscale: #A4A4A4. Windows color (decimal): -4289560 or 15240126. OLE color: 15240126.

HSL color Cylindrical-coordinate representation of color #BE8BE8: hue angle of 272.9º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE8BE8 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190139232-
CMYK0.180.4000.09
HSL272.9º66.91%72.75%-
HSV(B)272.9º40.09%90.98%-
XYZ45.0335.2480.77-
YUV164.85165.9145.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 139 (54.69% from 255) = 24.78%
BLUE value IS 232 (91.02% from 255) = 41.35%
R=33.87%
G=24.78%
B=41.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901392320.180.4000.09272.966.9172.75
HexBE8BE81228091114349
Octal2762133502250011421103111
Binary101111101000101111101000100101010000100110001000110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8BE8; }

 p { color: rgb(190,139,232); }

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

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

 a { background-color: rgb(190,139,232); }

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

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

 span { border-color: rgb(190,139,232); }

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