#be7bd9

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

Shades of Wisteria #BE7BD9

Tints of Wisteria #BE7BD9

Color information

#BE7BD9 (or 0xBE7BD9) is unknown color: approx Wisteria. HEX triplet: BE, 7B and D9. RGB value is (190,123,217). Sum of RGB (Red+Green+Blue) = 190+123+217=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE7BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BD9 is #418426. Grayscale: #999999. Windows color (decimal): -4293671 or 14252990. OLE color: 14252990.

HSL color Cylindrical-coordinate representation of color #BE7BD9: hue angle of 282.77º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE7BD9 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190123217-
CMYK0.120.4300.15
HSL282.77º55.29%66.67%-
HSV(B)282.77º43.32%85.1%-
XYZ40.8430.1269.31-
YUV153.75163.7153.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 123 (48.44% from 255) = 23.21%
BLUE value IS 217 (85.16% from 255) = 40.94%
R=35.85%
G=23.21%
B=40.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901232170.120.4300.15282.7755.2966.67
HexBE7BD9C2B0F11b3743
Octal276173331145301743367103
Binary101111101111011110110011100101011011111000110111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be7bd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be7bd9; }

 p { color: rgb(190,123,217); }

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

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

 a { background-color: rgb(190,123,217); }

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

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

 span { border-color: rgb(190,123,217); }

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