Html Css Color HEX #B30C8A Medium Violet Red

📋 copy color: '#B30C8A'

red 179 ◦ green 12 ◦ blue 138

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

Shades of Medium Violet Red #B30C8A

Tints of Medium Violet Red #B30C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 54.41%
G = 3.65%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B30C8A (or 0xB30C8A) is known color: Medium Violet Red. HEX triplet: B3, 0C and 8A. RGB value is (179,12,138). Sum of RGB (Red+Green+Blue) = 179+12+138=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30C8A is #4CF375. Grayscale: #4B4B4B. Windows color (decimal): -5043062 or 9047219. OLE color: 9047219.

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

Color convert

RGB 179 12 138 -
CMYK 0 0.93 0.23 0.30
HSL 314.73º 0.87% 0.37% -
HSV(B) 314.73º 0.93% 0.7% -
XYZ 23.31 11.68 25.07 -
YUV 76.3 162.83 201.25 -
System Red Green Blue C M Y K H S L
Decimal 179 12 138 0 0.93 0.23 0.30 314.73 0.87 0.37
Hex B3 C 8A 0 5D 17 1E 13B 57 25
Octal 263 14 212 0 135 27 36 473 127 45
Binary 10110011 1100 10001010 0 1011101 10111 11110 100111011 1010111 100101

Color Harmonies of #B30C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C8A

Black with #B30C8A

Text Example


Text Example

White with #B30C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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