Html Css Color HEX #B30B7F Medium Violet Red

📋 copy color: '#B30B7F'

red 179 ◦ green 11 ◦ blue 127

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

Shades of Medium Violet Red #B30B7F

Tints of Medium Violet Red #B30B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.47%

 BLUE value IS 127 (50% from 255) = 40.06%

R = 56.47%
G = 3.47%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B30B7F (or 0xB30B7F) is known color: Medium Violet Red. HEX triplet: B3, 0B and 7F. RGB value is (179,11,127). Sum of RGB (Red+Green+Blue) = 179+11+127=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B7F is #4CF480. Grayscale: #4A4A4A. Windows color (decimal): -5043329 or 8326067. OLE color: 8326067.

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

Color convert

RGB 179 11 127 -
CMYK 0 0.94 0.29 0.30
HSL 318.57º 0.88% 0.37% -
HSV(B) 318.57º 0.94% 0.7% -
XYZ 22.54 11.36 21.08 -
YUV 74.46 157.66 202.57 -
System Red Green Blue C M Y K H S L
Decimal 179 11 127 0 0.94 0.29 0.30 318.57 0.88 0.37
Hex B3 B 7F 0 5E 1D 1E 13F 58 25
Octal 263 13 177 0 136 35 36 477 130 45
Binary 10110011 1011 1111111 0 1011110 11101 11110 100111111 1011000 100101

Color Harmonies of #B30B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30B7F

Black with #B30B7F

Text Example


Text Example

White with #B30B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30B7F; }

 p { color: rgb(179,11,127); }

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

background-color css

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

 a { background-color: rgb(179,11,127); }

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

border-color css

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

 span { border-color: rgb(179,11,127); }

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