Html Css Color HEX #BE8DDC Wisteria

📋 copy color: '#BE8DDC'

red 190 ◦ green 141 ◦ blue 220

#BE8DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #BE8DDC

Tints of Wisteria #BE8DDC

RGB

 RED value IS 190 (74.61% from 255) = 34.48%

 GREEN value IS 141 (55.47% from 255) = 25.59%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 34.48%
G = 25.59%
B = 39.93%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE8DDC (or 0xBE8DDC) is known color: Wisteria. HEX triplet: BE, 8D and DC. RGB value is (190,141,220). Sum of RGB (Red+Green+Blue) = 190+141+220=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DDC is #417223. Grayscale: #A4A4A4. Windows color (decimal): -4289060 or 14454206. OLE color: 14454206.

HSL color Cylindrical-coordinate representation of color #BE8DDC: hue angle of 277.22º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE8DDC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 141 220 -
CMYK 0.14 0.36 0 0.14
HSL 277.22º 0.53% 0.71% -
HSV(B) 277.22º 0.36% 0.86% -
XYZ 43.68 35.16 72.2 -
YUV 164.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 190 141 220 0.14 0.36 0 0.14 277.22 0.53 0.71
Hex BE 8D DC E 24 0 E 115 35 47
Octal 276 215 334 16 44 0 16 425 65 107
Binary 10111110 10001101 11011100 1110 100100 0 1110 100010101 110101 1000111

Color Harmonies of #BE8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8DDC

Black with #BE8DDC

Text Example


Text Example

White with #BE8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8DDC; }

 p { color: rgb(190,141,220); }

 H1.HeaderClassName
 {
   color: #BE8DDC;
 }
 .AnyTagClassName
 {
   color: #BE8DDC;
 }
</style>

background-color css

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

 a { background-color: rgb(190,141,220); }

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

border-color css

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

 span { border-color: rgb(190,141,220); }

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