Html Css Color HEX #B30C84 Medium Violet Red

📋 copy color: '#B30C84'

red 179 ◦ green 12 ◦ blue 132

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

Shades of Medium Violet Red #B30C84

Tints of Medium Violet Red #B30C84

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.72%

 BLUE value IS 132 (51.95% from 255) = 40.87%

R = 55.42%
G = 3.72%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B30C84 (or 0xB30C84) is known color: Medium Violet Red. HEX triplet: B3, 0C and 84. RGB value is (179,12,132). Sum of RGB (Red+Green+Blue) = 179+12+132=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30C84 is #4CF37B. Grayscale: #4B4B4B. Windows color (decimal): -5043068 or 8654003. OLE color: 8654003.

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

Color convert

RGB 179 12 132 -
CMYK 0 0.93 0.26 0.30
HSL 316.89º 0.87% 0.37% -
HSV(B) 316.89º 0.93% 0.7% -
XYZ 22.89 11.51 22.85 -
YUV 75.61 159.83 201.74 -
System Red Green Blue C M Y K H S L
Decimal 179 12 132 0 0.93 0.26 0.30 316.89 0.87 0.37
Hex B3 C 84 0 5D 1A 1E 13D 57 25
Octal 263 14 204 0 135 32 36 475 127 45
Binary 10110011 1100 10000100 0 1011101 11010 11110 100111101 1010111 100101

Color Harmonies of #B30C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C84

Black with #B30C84

Text Example


Text Example

White with #B30C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C84; }

 p { color: rgb(179,12,132); }

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

background-color css

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

 a { background-color: rgb(179,12,132); }

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

border-color css

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

 span { border-color: rgb(179,12,132); }

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