Html Css Color HEX #BE81E0 Wisteria

📋 copy color: '#BE81E0'

red 190 ◦ green 129 ◦ blue 224

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

Shades of Wisteria #BE81E0

Tints of Wisteria #BE81E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.25%

R = 34.99%
G = 23.76%
B = 41.25%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE81E0 (or 0xBE81E0) is known color: Wisteria. HEX triplet: BE, 81 and E0. RGB value is (190,129,224). Sum of RGB (Red+Green+Blue) = 190+129+224=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE81E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81E0 is #417E1F. Grayscale: #9D9D9D. Windows color (decimal): -4292128 or 14713278. OLE color: 14713278.

HSL color Cylindrical-coordinate representation of color #BE81E0: hue angle of 278.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE81E0 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 129 224 -
CMYK 0.15 0.42 0 0.12
HSL 278.53º 0.61% 0.69% -
HSV(B) 278.53º 0.42% 0.88% -
XYZ 42.54 32.03 74.46 -
YUV 158.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 190 129 224 0.15 0.42 0 0.12 278.53 0.61 0.69
Hex BE 81 E0 F 2A 0 C 117 3D 45
Octal 276 201 340 17 52 0 14 427 75 105
Binary 10111110 10000001 11100000 1111 101010 0 1100 100010111 111101 1000101

Color Harmonies of #BE81E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE81E0

Black with #BE81E0

Text Example


Text Example

White with #BE81E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE81E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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