Html Css Color HEX #B30A8D Medium Violet Red

📋 copy color: '#B30A8D'

red 179 ◦ green 10 ◦ blue 141

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

Shades of Medium Violet Red #B30A8D

Tints of Medium Violet Red #B30A8D

RGB

 RED value IS 179 (70.31% from 255) = 54.24%

 GREEN value IS 10 (4.3% from 255) = 3.03%

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 54.24%
G = 3.03%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B30A8D (or 0xB30A8D) is known color: Medium Violet Red. HEX triplet: B3, 0A and 8D. RGB value is (179,10,141). Sum of RGB (Red+Green+Blue) = 179+10+141=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30A8D is #4CF572. Grayscale: #4B4B4B. Windows color (decimal): -5043571 or 9243315. OLE color: 9243315.

HSL color Cylindrical-coordinate representation of color #B30A8D: hue angle of 313.49º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30A8D is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 10 141 -
CMYK 0 0.94 0.21 0.30
HSL 313.49º 0.89% 0.37% -
HSV(B) 313.49º 0.94% 0.7% -
XYZ 23.51 11.72 26.22 -
YUV 75.47 164.99 201.85 -
System Red Green Blue C M Y K H S L
Decimal 179 10 141 0 0.94 0.21 0.30 313.49 0.89 0.37
Hex B3 A 8D 0 5E 15 1E 139 59 25
Octal 263 12 215 0 136 25 36 471 131 45
Binary 10110011 1010 10001101 0 1011110 10101 11110 100111001 1011001 100101

Color Harmonies of #B30A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A8D

Black with #B30A8D

Text Example


Text Example

White with #B30A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A8D; }

 p { color: rgb(179,10,141); }

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

background-color css

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

 a { background-color: rgb(179,10,141); }

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

border-color css

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

 span { border-color: rgb(179,10,141); }

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