Html Css Color HEX #BE74FF Heliotrope

📋 copy color: '#BE74FF'

red 190 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #BE74FF

Tints of Heliotrope #BE74FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.45%

R = 33.87%
G = 20.68%
B = 45.45%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE74FF (or 0xBE74FF) is known color: Heliotrope. HEX triplet: BE, 74 and FF. RGB value is (190,116,255). Sum of RGB (Red+Green+Blue) = 190+116+255=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74FF is #418B00. Grayscale: #999999. Windows color (decimal): -4295425 or 16741566. OLE color: 16741566.

HSL color Cylindrical-coordinate representation of color #BE74FF: hue angle of 271.94º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE74FF is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 116 255 -
CMYK 0.25 0.55 0 0
HSL 271.94º 1% 0.73% -
HSV(B) 271.94º 0.55% 1% -
XYZ 45.53 30.66 98.13 -
YUV 153.97 185.02 153.7 -
System Red Green Blue C M Y K H S L
Decimal 190 116 255 0.25 0.55 0 0 271.94 1 0.73
Hex BE 74 FF 19 37 0 0 110 64 49
Octal 276 164 377 31 67 0 0 420 144 111
Binary 10111110 1110100 11111111 11001 110111 0 0 100010000 1100100 1001001

Color Harmonies of #BE74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74FF

Black with #BE74FF

Text Example


Text Example

White with #BE74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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