Html Css Color HEX #BE30AA Medium Red Violet

📋 copy color: '#BE30AA'

red 190 ◦ green 48 ◦ blue 170

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

Shades of Medium Red Violet #BE30AA

Tints of Medium Red Violet #BE30AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 46.57%
G = 11.76%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE30AA (or 0xBE30AA) is known color: Medium Red Violet. HEX triplet: BE, 30 and AA. RGB value is (190,48,170). Sum of RGB (Red+Green+Blue) = 190+48+170=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE30AA is #41CF55. Grayscale: #686868. Windows color (decimal): -4312918 or 11153598. OLE color: 11153598.

HSL color Cylindrical-coordinate representation of color #BE30AA: hue angle of 308.45º 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 #BE30AA is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 48 170 -
CMYK 0 0.75 0.11 0.25
HSL 308.45º 0.6% 0.47% -
HSV(B) 308.45º 0.75% 0.75% -
XYZ 29.55 15.96 39.55 -
YUV 104.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 190 48 170 0 0.75 0.11 0.25 308.45 0.6 0.47
Hex BE 30 AA 0 4B B 19 134 3C 2F
Octal 276 60 252 0 113 13 31 464 74 57
Binary 10111110 110000 10101010 0 1001011 1011 11001 100110100 111100 101111

Color Harmonies of #BE30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30AA

Black with #BE30AA

Text Example


Text Example

White with #BE30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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