Html Css Color HEX #B3347F Medium Red Violet

📋 copy color: '#B3347F'

red 179 ◦ green 52 ◦ blue 127

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

Shades of Medium Red Violet #B3347F

Tints of Medium Red Violet #B3347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 50%
G = 14.53%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3347F (or 0xB3347F) is known color: Medium Red Violet. HEX triplet: B3, 34 and 7F. RGB value is (179,52,127). Sum of RGB (Red+Green+Blue) = 179+52+127=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3347F is #4CCB80. Grayscale: #626262. Windows color (decimal): -5032833 or 8336563. OLE color: 8336563.

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

Color convert

RGB 179 52 127 -
CMYK 0 0.71 0.29 0.30
HSL 324.57º 0.55% 0.45% -
HSV(B) 324.57º 0.71% 0.7% -
XYZ 23.65 13.57 21.45 -
YUV 98.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 179 52 127 0 0.71 0.29 0.30 324.57 0.55 0.45
Hex B3 34 7F 0 47 1D 1E 145 37 2D
Octal 263 64 177 0 107 35 36 505 67 55
Binary 10110011 110100 1111111 0 1000111 11101 11110 101000101 110111 101101

Color Harmonies of #B3347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3347F

Black with #B3347F

Text Example


Text Example

White with #B3347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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