Html Css Color HEX #BE81EC Wisteria

📋 copy color: '#BE81EC'

red 190 ◦ green 129 ◦ blue 236

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

Shades of Wisteria #BE81EC

Tints of Wisteria #BE81EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 34.23%
G = 23.24%
B = 42.52%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE81EC (or 0xBE81EC) is known color: Wisteria. HEX triplet: BE, 81 and EC. RGB value is (190,129,236). Sum of RGB (Red+Green+Blue) = 190+129+236=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE81EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE81EC is #417E13. Grayscale: #9F9F9F. Windows color (decimal): -4292116 or 15499710. OLE color: 15499710.

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

Color convert

RGB 190 129 236 -
CMYK 0.19 0.45 0 0.07
HSL 274.21º 0.74% 0.72% -
HSV(B) 274.21º 0.45% 0.93% -
XYZ 44.23 32.7 83.34 -
YUV 159.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 190 129 236 0.19 0.45 0 0.07 274.21 0.74 0.72
Hex BE 81 EC 13 2D 0 7 112 4A 48
Octal 276 201 354 23 55 0 7 422 112 110
Binary 10111110 10000001 11101100 10011 101101 0 111 100010010 1001010 1001000

Color Harmonies of #BE81EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE81EC

Black with #BE81EC

Text Example


Text Example

White with #BE81EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE81EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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