Html Css Color HEX #BE5EFC Heliotrope

📋 copy color: '#BE5EFC'

red 190 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #BE5EFC

Tints of Heliotrope #BE5EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.54%

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 35.45%
G = 17.54%
B = 47.01%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE5EFC (or 0xBE5EFC) is known color: Heliotrope. HEX triplet: BE, 5E and FC. RGB value is (190,94,252). Sum of RGB (Red+Green+Blue) = 190+94+252=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5EFC is #41A103. Grayscale: #8C8C8C. Windows color (decimal): -4301060 or 16539326. OLE color: 16539326.

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

Color convert

RGB 190 94 252 -
CMYK 0.25 0.63 0 0.01
HSL 276.46º 0.96% 0.68% -
HSV(B) 276.46º 0.63% 0.99% -
XYZ 42.81 25.98 94.85 -
YUV 140.72 190.8 163.15 -
System Red Green Blue C M Y K H S L
Decimal 190 94 252 0.25 0.63 0 0.01 276.46 0.96 0.68
Hex BE 5E FC 19 3F 0 1 114 60 44
Octal 276 136 374 31 77 0 1 424 140 104
Binary 10111110 1011110 11111100 11001 111111 0 1 100010100 1100000 1000100

Color Harmonies of #BE5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5EFC

Black with #BE5EFC

Text Example


Text Example

White with #BE5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5EFC; }

 p { color: rgb(190,94,252); }

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

background-color css

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

 a { background-color: rgb(190,94,252); }

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

border-color css

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

 span { border-color: rgb(190,94,252); }

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