Html Css Color HEX #BE74EC Heliotrope

📋 copy color: '#BE74EC'

red 190 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #BE74EC

Tints of Heliotrope #BE74EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 35.06%
G = 21.4%
B = 43.54%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE74EC (or 0xBE74EC) is known color: Heliotrope. HEX triplet: BE, 74 and EC. RGB value is (190,116,236). Sum of RGB (Red+Green+Blue) = 190+116+236=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74EC is #418B13. Grayscale: #979797. Windows color (decimal): -4295444 or 15496382. OLE color: 15496382.

HSL color Cylindrical-coordinate representation of color #BE74EC: hue angle of 277º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE74EC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 116 236 -
CMYK 0.19 0.51 0 0.07
HSL 277º 0.76% 0.69% -
HSV(B) 277º 0.51% 0.93% -
XYZ 42.62 29.49 82.8 -
YUV 151.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 190 116 236 0.19 0.51 0 0.07 277 0.76 0.69
Hex BE 74 EC 13 33 0 7 115 4C 45
Octal 276 164 354 23 63 0 7 425 114 105
Binary 10111110 1110100 11101100 10011 110011 0 111 100010101 1001100 1000101

Color Harmonies of #BE74EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74EC

Black with #BE74EC

Text Example


Text Example

White with #BE74EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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