Html Css Color HEX #BE81FE Heliotrope

📋 copy color: '#BE81FE'

red 190 ◦ green 129 ◦ blue 254

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

Shades of Heliotrope #BE81FE

Tints of Heliotrope #BE81FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 33.16%
G = 22.51%
B = 44.33%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE81FE (or 0xBE81FE) is known color: Heliotrope. HEX triplet: BE, 81 and FE. RGB value is (190,129,254). Sum of RGB (Red+Green+Blue) = 190+129+254=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE81FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE81FE is #417E01. Grayscale: #A1A1A1. Windows color (decimal): -4292098 or 16679358. OLE color: 16679358.

HSL color Cylindrical-coordinate representation of color #BE81FE: hue angle of 269.28º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE81FE is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 129 254 -
CMYK 0.25 0.49 0 0.00
HSL 269.28º 0.98% 0.75% -
HSV(B) 269.28º 0.49% 1% -
XYZ 46.97 33.8 97.81 -
YUV 161.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 190 129 254 0.25 0.49 0 0.00 269.28 0.98 0.75
Hex BE 81 FE 19 31 0 0 10D 62 4B
Octal 276 201 376 31 61 0 0 415 142 113
Binary 10111110 10000001 11111110 11001 110001 0 0 100001101 1100010 1001011

Color Harmonies of #BE81FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE81FE

Black with #BE81FE

Text Example


Text Example

White with #BE81FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE81FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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