Html Css Color HEX #BE73F0 Heliotrope

📋 copy color: '#BE73F0'

red 190 ◦ green 115 ◦ blue 240

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

Shades of Heliotrope #BE73F0

Tints of Heliotrope #BE73F0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.1%

 BLUE value IS 240 (94.14% from 255) = 44.04%

R = 34.86%
G = 21.1%
B = 44.04%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE73F0 (or 0xBE73F0) is known color: Heliotrope. HEX triplet: BE, 73 and F0. RGB value is (190,115,240). Sum of RGB (Red+Green+Blue) = 190+115+240=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE73F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE73F0 is #418C0F. Grayscale: #979797. Windows color (decimal): -4295696 or 15758270. OLE color: 15758270.

HSL color Cylindrical-coordinate representation of color #BE73F0: hue angle of 276º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE73F0 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 115 240 -
CMYK 0.21 0.52 0 0.06
HSL 276º 0.81% 0.7% -
HSV(B) 276º 0.52% 0.94% -
XYZ 43.09 29.5 85.86 -
YUV 151.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 190 115 240 0.21 0.52 0 0.06 276 0.81 0.7
Hex BE 73 F0 15 34 0 6 114 51 46
Octal 276 163 360 25 64 0 6 424 121 106
Binary 10111110 1110011 11110000 10101 110100 0 110 100010100 1010001 1000110

Color Harmonies of #BE73F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73F0

Black with #BE73F0

Text Example


Text Example

White with #BE73F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73F0; }

 p { color: rgb(190,115,240); }

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

background-color css

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

 a { background-color: rgb(190,115,240); }

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

border-color css

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

 span { border-color: rgb(190,115,240); }

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