Html Css Color HEX #BE74FA Heliotrope

📋 copy color: '#BE74FA'

red 190 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #BE74FA

Tints of Heliotrope #BE74FA

RGB

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

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

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

R = 34.17%
G = 20.86%
B = 44.96%

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

#BE74FA (or 0xBE74FA) is known color: Heliotrope. HEX triplet: BE, 74 and FA. RGB value is (190,116,250). Sum of RGB (Red+Green+Blue) = 190+116+250=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE74FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74FA is #418B05. Grayscale: #989898. Windows color (decimal): -4295430 or 16413886. OLE color: 16413886.

HSL color Cylindrical-coordinate representation of color #BE74FA: hue angle of 273.13º 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 #BE74FA is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 116 250 -
CMYK 0.24 0.54 0 0.02
HSL 273.13º 0.93% 0.72% -
HSV(B) 273.13º 0.54% 0.98% -
XYZ 44.74 30.34 93.94 -
YUV 153.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 190 116 250 0.24 0.54 0 0.02 273.13 0.93 0.72
Hex BE 74 FA 18 36 0 2 111 5D 48
Octal 276 164 372 30 66 0 2 421 135 110
Binary 10111110 1110100 11111010 11000 110110 0 10 100010001 1011101 1001000

Color Harmonies of #BE74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74FA

Black with #BE74FA

Text Example


Text Example

White with #BE74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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