Html Css Color HEX #BE30A8 Medium Red Violet

📋 copy color: '#BE30A8'

red 190 ◦ green 48 ◦ blue 168

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

Shades of Medium Red Violet #BE30A8

Tints of Medium Red Violet #BE30A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.38%

R = 46.8%
G = 11.82%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE30A8 (or 0xBE30A8) is known color: Medium Red Violet. HEX triplet: BE, 30 and A8. RGB value is (190,48,168). Sum of RGB (Red+Green+Blue) = 190+48+168=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE30A8 is #41CF57. Grayscale: #676767. Windows color (decimal): -4312920 or 11022526. OLE color: 11022526.

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

Color convert

RGB 190 48 168 -
CMYK 0 0.75 0.12 0.25
HSL 309.3º 0.6% 0.47% -
HSV(B) 309.3º 0.75% 0.75% -
XYZ 29.36 15.89 38.57 -
YUV 104.14 164.04 189.24 -
System Red Green Blue C M Y K H S L
Decimal 190 48 168 0 0.75 0.12 0.25 309.3 0.6 0.47
Hex BE 30 A8 0 4B C 19 135 3C 2F
Octal 276 60 250 0 113 14 31 465 74 57
Binary 10111110 110000 10101000 0 1001011 1100 11001 100110101 111100 101111

Color Harmonies of #BE30A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30A8

Black with #BE30A8

Text Example


Text Example

White with #BE30A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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