Html Css Color HEX #BE80FF Heliotrope

📋 copy color: '#BE80FF'

red 190 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #BE80FF

Tints of Heliotrope #BE80FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.34%

 BLUE value IS 255 (100% from 255) = 44.5%

R = 33.16%
G = 22.34%
B = 44.5%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE80FF (or 0xBE80FF) is known color: Heliotrope. HEX triplet: BE, 80 and FF. RGB value is (190,128,255). Sum of RGB (Red+Green+Blue) = 190+128+255=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80FF is #417F00. Grayscale: #A0A0A0. Windows color (decimal): -4292353 or 16744638. OLE color: 16744638.

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

Color convert

RGB 190 128 255 -
CMYK 0.25 0.50 0 0
HSL 269.29º 1% 0.75% -
HSV(B) 269.29º 0.5% 1% -
XYZ 47 33.61 98.62 -
YUV 161.02 181.04 148.67 -
System Red Green Blue C M Y K H S L
Decimal 190 128 255 0.25 0.50 0 0 269.29 1 0.75
Hex BE 80 FF 19 32 0 0 10D 64 4B
Octal 276 200 377 31 62 0 0 415 144 113
Binary 10111110 10000000 11111111 11001 110010 0 0 100001101 1100100 1001011

Color Harmonies of #BE80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80FF

Black with #BE80FF

Text Example


Text Example

White with #BE80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80FF; }

 p { color: rgb(190,128,255); }

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

background-color css

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

 a { background-color: rgb(190,128,255); }

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

border-color css

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

 span { border-color: rgb(190,128,255); }

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