Html Css Color HEX #BE73FA Heliotrope

📋 copy color: '#BE73FA'

red 190 ◦ green 115 ◦ blue 250

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

Shades of Heliotrope #BE73FA

Tints of Heliotrope #BE73FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.05%

R = 34.23%
G = 20.72%
B = 45.05%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE73FA (or 0xBE73FA) is known color: Heliotrope. HEX triplet: BE, 73 and FA. RGB value is (190,115,250). Sum of RGB (Red+Green+Blue) = 190+115+250=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE73FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE73FA is #418C05. Grayscale: #989898. Windows color (decimal): -4295686 or 16413630. OLE color: 16413630.

HSL color Cylindrical-coordinate representation of color #BE73FA: hue angle of 273.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE73FA is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 115 250 -
CMYK 0.24 0.54 0 0.02
HSL 273.33º 0.93% 0.72% -
HSV(B) 273.33º 0.54% 0.98% -
XYZ 44.62 30.11 93.9 -
YUV 152.82 182.85 154.52 -
System Red Green Blue C M Y K H S L
Decimal 190 115 250 0.24 0.54 0 0.02 273.33 0.93 0.72
Hex BE 73 FA 18 36 0 2 111 5D 48
Octal 276 163 372 30 66 0 2 421 135 110
Binary 10111110 1110011 11111010 11000 110110 0 10 100010001 1011101 1001000

Color Harmonies of #BE73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73FA

Black with #BE73FA

Text Example


Text Example

White with #BE73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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