Html Css Color HEX #B30AA3 Medium Violet Red

📋 copy color: '#B30AA3'

red 179 ◦ green 10 ◦ blue 163

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

Shades of Medium Violet Red #B30AA3

Tints of Medium Violet Red #B30AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.31%

R = 50.85%
G = 2.84%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B30AA3 (or 0xB30AA3) is known color: Medium Violet Red. HEX triplet: B3, 0A and A3. RGB value is (179,10,163). Sum of RGB (Red+Green+Blue) = 179+10+163=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B30AA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30AA3 is #4CF55C. Grayscale: #4D4D4D. Windows color (decimal): -5043549 or 10685107. OLE color: 10685107.

HSL color Cylindrical-coordinate representation of color #B30AA3: hue angle of 305.68º 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 #B30AA3 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 10 163 -
CMYK 0 0.94 0.09 0.30
HSL 305.68º 0.89% 0.37% -
HSV(B) 305.68º 0.94% 0.7% -
XYZ 25.31 12.45 35.72 -
YUV 77.97 175.99 200.06 -
System Red Green Blue C M Y K H S L
Decimal 179 10 163 0 0.94 0.09 0.30 305.68 0.89 0.37
Hex B3 A A3 0 5E 9 1E 132 59 25
Octal 263 12 243 0 136 11 36 462 131 45
Binary 10110011 1010 10100011 0 1011110 1001 11110 100110010 1011001 100101

Color Harmonies of #B30AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30AA3

Black with #B30AA3

Text Example


Text Example

White with #B30AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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