Html Css Color HEX #B30B7E Medium Violet Red

📋 copy color: '#B30B7E'

red 179 ◦ green 11 ◦ blue 126

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

Shades of Medium Violet Red #B30B7E

Tints of Medium Violet Red #B30B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.87%

R = 56.65%
G = 3.48%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B30B7E (or 0xB30B7E) is known color: Medium Violet Red. HEX triplet: B3, 0B and 7E. RGB value is (179,11,126). Sum of RGB (Red+Green+Blue) = 179+11+126=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B7E is #4CF481. Grayscale: #4A4A4A. Windows color (decimal): -5043330 or 8260531. OLE color: 8260531.

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

Color convert

RGB 179 11 126 -
CMYK 0 0.94 0.30 0.30
HSL 318.93º 0.88% 0.37% -
HSV(B) 318.93º 0.94% 0.7% -
XYZ 22.48 11.33 20.74 -
YUV 74.34 157.16 202.65 -
System Red Green Blue C M Y K H S L
Decimal 179 11 126 0 0.94 0.30 0.30 318.93 0.88 0.37
Hex B3 B 7E 0 5E 1E 1E 13F 58 25
Octal 263 13 176 0 136 36 36 477 130 45
Binary 10110011 1011 1111110 0 1011110 11110 11110 100111111 1011000 100101

Color Harmonies of #B30B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30B7E

Black with #B30B7E

Text Example


Text Example

White with #B30B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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