Html Css Color HEX #BE74F8 Heliotrope

📋 copy color: '#BE74F8'

red 190 ◦ green 116 ◦ blue 248

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

Shades of Heliotrope #BE74F8

Tints of Heliotrope #BE74F8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.94%

 BLUE value IS 248 (97.27% from 255) = 44.77%

R = 34.3%
G = 20.94%
B = 44.77%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BE74F8 (or 0xBE74F8) is known color: Heliotrope. HEX triplet: BE, 74 and F8. RGB value is (190,116,248). Sum of RGB (Red+Green+Blue) = 190+116+248=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #BE74F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74F8 is #418B07. Grayscale: #989898. Windows color (decimal): -4295432 or 16282814. OLE color: 16282814.

HSL color Cylindrical-coordinate representation of color #BE74F8: hue angle of 273.64º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE74F8 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 116 248 -
CMYK 0.23 0.53 0 0.03
HSL 273.64º 0.9% 0.71% -
HSV(B) 273.64º 0.53% 0.97% -
XYZ 44.42 30.22 92.3 -
YUV 153.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 190 116 248 0.23 0.53 0 0.03 273.64 0.9 0.71
Hex BE 74 F8 17 35 0 3 112 5A 47
Octal 276 164 370 27 65 0 3 422 132 107
Binary 10111110 1110100 11111000 10111 110101 0 11 100010010 1011010 1000111

Color Harmonies of #BE74F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74F8

Black with #BE74F8

Text Example


Text Example

White with #BE74F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74F8; }

 p { color: rgb(190,116,248); }

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

background-color css

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

 a { background-color: rgb(190,116,248); }

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

border-color css

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

 span { border-color: rgb(190,116,248); }

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