Html Css Color HEX #B3047F Medium Violet Red

📋 copy color: '#B3047F'

red 179 ◦ green 4 ◦ blue 127

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

Shades of Medium Violet Red #B3047F

Tints of Medium Violet Red #B3047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 57.74%
G = 1.29%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3047F (or 0xB3047F) is known color: Medium Violet Red. HEX triplet: B3, 04 and 7F. RGB value is (179,4,127). Sum of RGB (Red+Green+Blue) = 179+4+127=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3047F is #4CFB80. Grayscale: #464646. Windows color (decimal): -5045121 or 8324275. OLE color: 8324275.

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

Color convert

RGB 179 4 127 -
CMYK 0 0.98 0.29 0.30
HSL 317.83º 0.96% 0.36% -
HSV(B) 317.83º 0.98% 0.7% -
XYZ 22.46 11.2 21.06 -
YUV 70.35 159.98 205.5 -
System Red Green Blue C M Y K H S L
Decimal 179 4 127 0 0.98 0.29 0.30 317.83 0.96 0.36
Hex B3 4 7F 0 62 1D 1E 13E 60 24
Octal 263 4 177 0 142 35 36 476 140 44
Binary 10110011 100 1111111 0 1100010 11101 11110 100111110 1100000 100100

Color Harmonies of #B3047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3047F

Black with #B3047F

Text Example


Text Example

White with #B3047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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