Html Css Color HEX #B3377F Medium Red Violet

📋 copy color: '#B3377F'

red 179 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #B3377F

Tints of Medium Red Violet #B3377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

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

R = 49.58%
G = 15.24%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3377F (or 0xB3377F) is known color: Medium Red Violet. HEX triplet: B3, 37 and 7F. RGB value is (179,55,127). Sum of RGB (Red+Green+Blue) = 179+55+127=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3377F is #4CC880. Grayscale: #646464. Windows color (decimal): -5032065 or 8337331. OLE color: 8337331.

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

Color convert

RGB 179 55 127 -
CMYK 0 0.69 0.29 0.30
HSL 325.16º 0.53% 0.46% -
HSV(B) 325.16º 0.69% 0.7% -
XYZ 23.79 13.85 21.5 -
YUV 100.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 179 55 127 0 0.69 0.29 0.30 325.16 0.53 0.46
Hex B3 37 7F 0 45 1D 1E 145 35 2E
Octal 263 67 177 0 105 35 36 505 65 56
Binary 10110011 110111 1111111 0 1000101 11101 11110 101000101 110101 101110

Color Harmonies of #B3377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3377F

Black with #B3377F

Text Example


Text Example

White with #B3377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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