Html Css Color HEX #BE5CFE Heliotrope

📋 copy color: '#BE5CFE'

red 190 ◦ green 92 ◦ blue 254

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

Shades of Heliotrope #BE5CFE

Tints of Heliotrope #BE5CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.16%

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

R = 35.45%
G = 17.16%
B = 47.39%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE5CFE (or 0xBE5CFE) is known color: Heliotrope. HEX triplet: BE, 5C and FE. RGB value is (190,92,254). Sum of RGB (Red+Green+Blue) = 190+92+254=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE5CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5CFE is #41A301. Grayscale: #8B8B8B. Windows color (decimal): -4301570 or 16669886. OLE color: 16669886.

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

Color convert

RGB 190 92 254 -
CMYK 0.25 0.64 0 0.00
HSL 276.3º 0.99% 0.68% -
HSV(B) 276.3º 0.64% 1% -
XYZ 42.95 25.76 96.47 -
YUV 139.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 190 92 254 0.25 0.64 0 0.00 276.3 0.99 0.68
Hex BE 5C FE 19 40 0 0 114 63 44
Octal 276 134 376 31 100 0 0 424 143 104
Binary 10111110 1011100 11111110 11001 1000000 0 0 100010100 1100011 1000100

Color Harmonies of #BE5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5CFE

Black with #BE5CFE

Text Example


Text Example

White with #BE5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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