Html Css Color HEX #B30C9F Medium Violet Red

📋 copy color: '#B30C9F'

red 179 ◦ green 12 ◦ blue 159

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

Shades of Medium Violet Red #B30C9F

Tints of Medium Violet Red #B30C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 51.14%
G = 3.43%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B30C9F (or 0xB30C9F) is known color: Medium Violet Red. HEX triplet: B3, 0C and 9F. RGB value is (179,12,159). Sum of RGB (Red+Green+Blue) = 179+12+159=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30C9F is #4CF360. Grayscale: #4E4E4E. Windows color (decimal): -5043041 or 10423475. OLE color: 10423475.

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

Color convert

RGB 179 12 159 -
CMYK 0 0.93 0.11 0.30
HSL 307.19º 0.87% 0.37% -
HSV(B) 307.19º 0.93% 0.7% -
XYZ 24.98 12.35 33.87 -
YUV 78.69 173.33 199.55 -
System Red Green Blue C M Y K H S L
Decimal 179 12 159 0 0.93 0.11 0.30 307.19 0.87 0.37
Hex B3 C 9F 0 5D B 1E 133 57 25
Octal 263 14 237 0 135 13 36 463 127 45
Binary 10110011 1100 10011111 0 1011101 1011 11110 100110011 1010111 100101

Color Harmonies of #B30C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C9F

Black with #B30C9F

Text Example


Text Example

White with #B30C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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