Html Css Color HEX #B30C81 Medium Violet Red

📋 copy color: '#B30C81'

red 179 ◦ green 12 ◦ blue 129

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

Shades of Medium Violet Red #B30C81

Tints of Medium Violet Red #B30C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 55.94%
G = 3.75%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B30C81 (or 0xB30C81) is known color: Medium Violet Red. HEX triplet: B3, 0C and 81. RGB value is (179,12,129). Sum of RGB (Red+Green+Blue) = 179+12+129=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30C81 is #4CF37E. Grayscale: #4A4A4A. Windows color (decimal): -5043071 or 8457395. OLE color: 8457395.

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

Color convert

RGB 179 12 129 -
CMYK 0 0.93 0.28 0.30
HSL 317.96º 0.87% 0.37% -
HSV(B) 317.96º 0.93% 0.7% -
XYZ 22.68 11.43 21.78 -
YUV 75.27 158.33 201.99 -
System Red Green Blue C M Y K H S L
Decimal 179 12 129 0 0.93 0.28 0.30 317.96 0.87 0.37
Hex B3 C 81 0 5D 1C 1E 13E 57 25
Octal 263 14 201 0 135 34 36 476 127 45
Binary 10110011 1100 10000001 0 1011101 11100 11110 100111110 1010111 100101

Color Harmonies of #B30C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C81

Black with #B30C81

Text Example


Text Example

White with #B30C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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