Html Css Color HEX #BE81ED Wisteria

📋 copy color: '#BE81ED'

red 190 ◦ green 129 ◦ blue 237

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

Shades of Wisteria #BE81ED

Tints of Wisteria #BE81ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 34.17%
G = 23.2%
B = 42.63%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE81ED (or 0xBE81ED) is known color: Wisteria. HEX triplet: BE, 81 and ED. RGB value is (190,129,237). Sum of RGB (Red+Green+Blue) = 190+129+237=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE81ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE81ED is #417E12. Grayscale: #9F9F9F. Windows color (decimal): -4292115 or 15565246. OLE color: 15565246.

HSL color Cylindrical-coordinate representation of color #BE81ED: hue angle of 273.89º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE81ED is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 129 237 -
CMYK 0.20 0.46 0 0.07
HSL 273.89º 0.75% 0.72% -
HSV(B) 273.89º 0.46% 0.93% -
XYZ 44.37 32.76 84.11 -
YUV 159.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 190 129 237 0.20 0.46 0 0.07 273.89 0.75 0.72
Hex BE 81 ED 14 2E 0 7 112 4B 48
Octal 276 201 355 24 56 0 7 422 113 110
Binary 10111110 10000001 11101101 10100 101110 0 111 100010010 1001011 1001000

Color Harmonies of #BE81ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE81ED

Black with #BE81ED

Text Example


Text Example

White with #BE81ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE81ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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