Html Css Color HEX #BE3498 Medium Red Violet

📋 copy color: '#BE3498'

red 190 ◦ green 52 ◦ blue 152

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

Shades of Medium Red Violet #BE3498

Tints of Medium Red Violet #BE3498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.2%

 BLUE value IS 152 (59.77% from 255) = 38.58%

R = 48.22%
G = 13.2%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE3498 (or 0xBE3498) is known color: Medium Red Violet. HEX triplet: BE, 34 and 98. RGB value is (190,52,152). Sum of RGB (Red+Green+Blue) = 190+52+152=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3498 is #41CB67. Grayscale: #686868. Windows color (decimal): -4311912 or 9974974. OLE color: 9974974.

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

Color convert

RGB 190 52 152 -
CMYK 0 0.73 0.2 0.25
HSL 316.52º 0.57% 0.47% -
HSV(B) 316.52º 0.73% 0.75% -
XYZ 28.13 15.67 31.25 -
YUV 104.66 154.72 188.87 -
System Red Green Blue C M Y K H S L
Decimal 190 52 152 0 0.73 0.2 0.25 316.52 0.57 0.47
Hex BE 34 98 0 49 14 19 13D 39 2F
Octal 276 64 230 0 111 24 31 475 71 57
Binary 10111110 110100 10011000 0 1001001 10100 11001 100111101 111001 101111

Color Harmonies of #BE3498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3498

Black with #BE3498

Text Example


Text Example

White with #BE3498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3498; }

 p { color: rgb(190,52,152); }

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

background-color css

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

 a { background-color: rgb(190,52,152); }

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

border-color css

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

 span { border-color: rgb(190,52,152); }

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