Html Css Color HEX #B30AA5 Medium Violet Red

📋 copy color: '#B30AA5'

red 179 ◦ green 10 ◦ blue 165

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

Shades of Medium Violet Red #B30AA5

Tints of Medium Violet Red #B30AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.61%

R = 50.56%
G = 2.82%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B30AA5 (or 0xB30AA5) is known color: Medium Violet Red. HEX triplet: B3, 0A and A5. RGB value is (179,10,165). Sum of RGB (Red+Green+Blue) = 179+10+165=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B30AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30AA5 is #4CF55A. Grayscale: #4D4D4D. Windows color (decimal): -5043547 or 10816179. OLE color: 10816179.

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

Color convert

RGB 179 10 165 -
CMYK 0 0.94 0.08 0.30
HSL 304.97º 0.89% 0.37% -
HSV(B) 304.97º 0.94% 0.7% -
XYZ 25.49 12.52 36.67 -
YUV 78.2 176.99 199.9 -
System Red Green Blue C M Y K H S L
Decimal 179 10 165 0 0.94 0.08 0.30 304.97 0.89 0.37
Hex B3 A A5 0 5E 8 1E 131 59 25
Octal 263 12 245 0 136 10 36 461 131 45
Binary 10110011 1010 10100101 0 1011110 1000 11110 100110001 1011001 100101

Color Harmonies of #B30AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30AA5

Black with #B30AA5

Text Example


Text Example

White with #B30AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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