Html Css Color HEX #BE30A2 Medium Red Violet

📋 copy color: '#BE30A2'

red 190 ◦ green 48 ◦ blue 162

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

Shades of Medium Red Violet #BE30A2

Tints of Medium Red Violet #BE30A2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12%

 BLUE value IS 162 (63.67% from 255) = 40.5%

R = 47.5%
G = 12%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE30A2 (or 0xBE30A2) is known color: Medium Red Violet. HEX triplet: BE, 30 and A2. RGB value is (190,48,162). Sum of RGB (Red+Green+Blue) = 190+48+162=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE30A2 is #41CF5D. Grayscale: #676767. Windows color (decimal): -4312926 or 10629310. OLE color: 10629310.

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

Color convert

RGB 190 48 162 -
CMYK 0 0.75 0.15 0.25
HSL 311.83º 0.6% 0.47% -
HSV(B) 311.83º 0.75% 0.75% -
XYZ 28.81 15.67 35.69 -
YUV 103.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 190 48 162 0 0.75 0.15 0.25 311.83 0.6 0.47
Hex BE 30 A2 0 4B F 19 138 3C 2F
Octal 276 60 242 0 113 17 31 470 74 57
Binary 10111110 110000 10100010 0 1001011 1111 11001 100111000 111100 101111

Color Harmonies of #BE30A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30A2

Black with #BE30A2

Text Example


Text Example

White with #BE30A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30A2; }

 p { color: rgb(190,48,162); }

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

background-color css

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

 a { background-color: rgb(190,48,162); }

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

border-color css

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

 span { border-color: rgb(190,48,162); }

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