Html Css Color HEX #BE83DD Wisteria

📋 copy color: '#BE83DD'

red 190 ◦ green 131 ◦ blue 221

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

Shades of Wisteria #BE83DD

Tints of Wisteria #BE83DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.17%

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

R = 35.06%
G = 24.17%
B = 40.77%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE83DD (or 0xBE83DD) is known color: Wisteria. HEX triplet: BE, 83 and DD. RGB value is (190,131,221). Sum of RGB (Red+Green+Blue) = 190+131+221=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE83DD is #417C22. Grayscale: #9E9E9E. Windows color (decimal): -4291619 or 14517182. OLE color: 14517182.

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

Color convert

RGB 190 131 221 -
CMYK 0.14 0.41 0 0.13
HSL 279.33º 0.57% 0.69% -
HSV(B) 279.33º 0.41% 0.87% -
XYZ 42.4 32.4 72.43 -
YUV 158.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 190 131 221 0.14 0.41 0 0.13 279.33 0.57 0.69
Hex BE 83 DD E 29 0 D 117 39 45
Octal 276 203 335 16 51 0 15 427 71 105
Binary 10111110 10000011 11011101 1110 101001 0 1101 100010111 111001 1000101

Color Harmonies of #BE83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE83DD

Black with #BE83DD

Text Example


Text Example

White with #BE83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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