Html Css Color HEX #BE8EDD Wisteria

📋 copy color: '#BE8EDD'

red 190 ◦ green 142 ◦ blue 221

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

Shades of Wisteria #BE8EDD

Tints of Wisteria #BE8EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.68%

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 34.36%
G = 25.68%
B = 39.96%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE8EDD (or 0xBE8EDD) is known color: Wisteria. HEX triplet: BE, 8E and DD. RGB value is (190,142,221). Sum of RGB (Red+Green+Blue) = 190+142+221=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8EDD is #417122. Grayscale: #A5A5A5. Windows color (decimal): -4288803 or 14519998. OLE color: 14519998.

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

Color convert

RGB 190 142 221 -
CMYK 0.14 0.36 0 0.13
HSL 276.46º 0.54% 0.71% -
HSV(B) 276.46º 0.36% 0.87% -
XYZ 43.96 35.51 72.94 -
YUV 165.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 190 142 221 0.14 0.36 0 0.13 276.46 0.54 0.71
Hex BE 8E DD E 24 0 D 114 36 47
Octal 276 216 335 16 44 0 15 424 66 107
Binary 10111110 10001110 11011101 1110 100100 0 1101 100010100 110110 1000111

Color Harmonies of #BE8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8EDD

Black with #BE8EDD

Text Example


Text Example

White with #BE8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8EDD; }

 p { color: rgb(190,142,221); }

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

background-color css

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

 a { background-color: rgb(190,142,221); }

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

border-color css

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

 span { border-color: rgb(190,142,221); }

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