Html Css Color HEX #BE8ED1 Wisteria

📋 copy color: '#BE8ED1'

red 190 ◦ green 142 ◦ blue 209

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

Shades of Wisteria #BE8ED1

Tints of Wisteria #BE8ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.63%

R = 35.12%
G = 26.25%
B = 38.63%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE8ED1 (or 0xBE8ED1) is known color: Wisteria. HEX triplet: BE, 8E and D1. RGB value is (190,142,209). Sum of RGB (Red+Green+Blue) = 190+142+209=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE8ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ED1 is #41712E. Grayscale: #A3A3A3. Windows color (decimal): -4288815 or 13733566. OLE color: 13733566.

HSL color Cylindrical-coordinate representation of color #BE8ED1: hue angle of 282.99º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8ED1 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 142 209 -
CMYK 0.09 0.32 0 0.18
HSL 282.99º 0.42% 0.69% -
HSV(B) 282.99º 0.32% 0.82% -
XYZ 42.42 34.9 64.82 -
YUV 163.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 190 142 209 0.09 0.32 0 0.18 282.99 0.42 0.69
Hex BE 8E D1 9 20 0 12 11B 2A 45
Octal 276 216 321 11 40 0 22 433 52 105
Binary 10111110 10001110 11010001 1001 100000 0 10010 100011011 101010 1000101

Color Harmonies of #BE8ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8ED1

Black with #BE8ED1

Text Example


Text Example

White with #BE8ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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