#BE8CCD

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

Shades of Wisteria #BE8CCD

Tints of Wisteria #BE8CCD

Color information

#BE8CCD (or 0xBE8CCD) is unknown color: approx Wisteria. HEX triplet: BE, 8C and CD. RGB value is (190,140,205). Sum of RGB (Red+Green+Blue) = 190+140+205=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CCD is #417332. Grayscale: #A2A2A2. Windows color (decimal): -4289331 or 13470910. OLE color: 13470910.

HSL color Cylindrical-coordinate representation of color #BE8CCD: hue angle of 286.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8CCD is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190140205-
CMYK0.070.3200.20
HSL286.15º39.39%67.65%-
HSV(B)286.15º31.71%80.39%-
XYZ41.6334.1162.15-
YUV162.36152.06147.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=35.51%
G=26.17%
B=38.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901402050.070.3200.20286.1539.3967.65
HexBE8CCD72001411e2744
Octal27621431574002443647104
Binary1011111010001100110011011111000000101001000111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CCD; }

 p { color: rgb(190,140,205); }

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

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

 a { background-color: rgb(190,140,205); }

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

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

 span { border-color: rgb(190,140,205); }

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