Html Css Color HEX #B30A85 Medium Violet Red

📋 copy color: '#B30A85'

red 179 ◦ green 10 ◦ blue 133

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

Shades of Medium Violet Red #B30A85

Tints of Medium Violet Red #B30A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 55.59%
G = 3.11%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B30A85 (or 0xB30A85) is known color: Medium Violet Red. HEX triplet: B3, 0A and 85. RGB value is (179,10,133). Sum of RGB (Red+Green+Blue) = 179+10+133=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30A85 is #4CF57A. Grayscale: #4A4A4A. Windows color (decimal): -5043579 or 8719027. OLE color: 8719027.

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

Color convert

RGB 179 10 133 -
CMYK 0 0.94 0.26 0.30
HSL 316.33º 0.89% 0.37% -
HSV(B) 316.33º 0.94% 0.7% -
XYZ 22.93 11.49 23.2 -
YUV 74.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 179 10 133 0 0.94 0.26 0.30 316.33 0.89 0.37
Hex B3 A 85 0 5E 1A 1E 13C 59 25
Octal 263 12 205 0 136 32 36 474 131 45
Binary 10110011 1010 10000101 0 1011110 11010 11110 100111100 1011001 100101

Color Harmonies of #B30A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A85

Black with #B30A85

Text Example


Text Example

White with #B30A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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