#BE7FD5

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

Shades of Wisteria #BE7FD5

Tints of Wisteria #BE7FD5

Color information

#BE7FD5 (or 0xBE7FD5) is unknown color: approx Wisteria. HEX triplet: BE, 7F and D5. RGB value is (190,127,213). Sum of RGB (Red+Green+Blue) = 190+127+213=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE7FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FD5 is #41802A. Grayscale: #9B9B9B. Windows color (decimal): -4292651 or 13991870. OLE color: 13991870.

HSL color Cylindrical-coordinate representation of color #BE7FD5: hue angle of 283.95º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7FD5 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190127213-
CMYK0.110.4000.16
HSL283.95º50.59%66.67%-
HSV(B)283.95º40.38%83.53%-
XYZ40.8330.9366.77-
YUV155.64160.37152.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=35.85%
G=23.96%
B=40.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901272130.110.4000.16283.9550.5966.67
HexBE7FD5B2801011c3343
Octal276177325135002043463103
Binary1011111011111111101010110111010000100001000111001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FD5; }

 p { color: rgb(190,127,213); }

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

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

 a { background-color: rgb(190,127,213); }

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

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

 span { border-color: rgb(190,127,213); }

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