Html Css Color HEX #B30C90 Medium Violet Red

📋 copy color: '#B30C90'

red 179 ◦ green 12 ◦ blue 144

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

Shades of Medium Violet Red #B30C90

Tints of Medium Violet Red #B30C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 53.43%
G = 3.58%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B30C90 (or 0xB30C90) is known color: Medium Violet Red. HEX triplet: B3, 0C and 90. RGB value is (179,12,144). Sum of RGB (Red+Green+Blue) = 179+12+144=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30C90 is #4CF36F. Grayscale: #4C4C4C. Windows color (decimal): -5043056 or 9440435. OLE color: 9440435.

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

Color convert

RGB 179 12 144 -
CMYK 0 0.93 0.20 0.30
HSL 312.57º 0.87% 0.37% -
HSV(B) 312.57º 0.93% 0.7% -
XYZ 23.76 11.86 27.42 -
YUV 76.98 165.83 200.77 -
System Red Green Blue C M Y K H S L
Decimal 179 12 144 0 0.93 0.20 0.30 312.57 0.87 0.37
Hex B3 C 90 0 5D 14 1E 139 57 25
Octal 263 14 220 0 135 24 36 471 127 45
Binary 10110011 1100 10010000 0 1011101 10100 11110 100111001 1010111 100101

Color Harmonies of #B30C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C90

Black with #B30C90

Text Example


Text Example

White with #B30C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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