Html Css Color HEX #BE80FE Heliotrope

📋 copy color: '#BE80FE'

red 190 ◦ green 128 ◦ blue 254

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

Shades of Heliotrope #BE80FE

Tints of Heliotrope #BE80FE

RGB

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

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

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

R = 33.22%
G = 22.38%
B = 44.41%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE80FE (or 0xBE80FE) is known color: Heliotrope. HEX triplet: BE, 80 and FE. RGB value is (190,128,254). Sum of RGB (Red+Green+Blue) = 190+128+254=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80FE is #417F01. Grayscale: #A0A0A0. Windows color (decimal): -4292354 or 16679102. OLE color: 16679102.

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

Color convert

RGB 190 128 254 -
CMYK 0.25 0.50 0 0.00
HSL 269.52º 0.98% 0.75% -
HSV(B) 269.52º 0.5% 1% -
XYZ 46.84 33.54 97.77 -
YUV 160.9 180.54 148.75 -
System Red Green Blue C M Y K H S L
Decimal 190 128 254 0.25 0.50 0 0.00 269.52 0.98 0.75
Hex BE 80 FE 19 32 0 0 10E 62 4B
Octal 276 200 376 31 62 0 0 416 142 113
Binary 10111110 10000000 11111110 11001 110010 0 0 100001110 1100010 1001011

Color Harmonies of #BE80FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80FE

Black with #BE80FE

Text Example


Text Example

White with #BE80FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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