Html Css Color HEX #BE81D9 Wisteria

📋 copy color: '#BE81D9'

red 190 ◦ green 129 ◦ blue 217

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

Shades of Wisteria #BE81D9

Tints of Wisteria #BE81D9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.07%

 BLUE value IS 217 (85.16% from 255) = 40.49%

R = 35.45%
G = 24.07%
B = 40.49%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE81D9 (or 0xBE81D9) is known color: Wisteria. HEX triplet: BE, 81 and D9. RGB value is (190,129,217). Sum of RGB (Red+Green+Blue) = 190+129+217=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE81D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81D9 is #417E26. Grayscale: #9C9C9C. Windows color (decimal): -4292135 or 14254526. OLE color: 14254526.

HSL color Cylindrical-coordinate representation of color #BE81D9: hue angle of 281.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE81D9 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 129 217 -
CMYK 0.12 0.41 0 0.15
HSL 281.59º 0.54% 0.68% -
HSV(B) 281.59º 0.41% 0.85% -
XYZ 41.61 31.66 69.56 -
YUV 157.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 190 129 217 0.12 0.41 0 0.15 281.59 0.54 0.68
Hex BE 81 D9 C 29 0 F 11A 36 44
Octal 276 201 331 14 51 0 17 432 66 104
Binary 10111110 10000001 11011001 1100 101001 0 1111 100011010 110110 1000100

Color Harmonies of #BE81D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE81D9

Black with #BE81D9

Text Example


Text Example

White with #BE81D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE81D9; }

 p { color: rgb(190,129,217); }

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

background-color css

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

 a { background-color: rgb(190,129,217); }

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

border-color css

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

 span { border-color: rgb(190,129,217); }

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