Html Css Color HEX #B3367F Medium Red Violet

📋 copy color: '#B3367F'

red 179 ◦ green 54 ◦ blue 127

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

Shades of Medium Red Violet #B3367F

Tints of Medium Red Violet #B3367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15%

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

R = 49.72%
G = 15%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3367F (or 0xB3367F) is known color: Medium Red Violet. HEX triplet: B3, 36 and 7F. RGB value is (179,54,127). Sum of RGB (Red+Green+Blue) = 179+54+127=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3367F is #4CC980. Grayscale: #636363. Windows color (decimal): -5032321 or 8337075. OLE color: 8337075.

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

Color convert

RGB 179 54 127 -
CMYK 0 0.70 0.29 0.30
HSL 324.96º 0.54% 0.46% -
HSV(B) 324.96º 0.7% 0.7% -
XYZ 23.74 13.75 21.48 -
YUV 99.7 143.41 184.56 -
System Red Green Blue C M Y K H S L
Decimal 179 54 127 0 0.70 0.29 0.30 324.96 0.54 0.46
Hex B3 36 7F 0 46 1D 1E 145 36 2E
Octal 263 66 177 0 106 35 36 505 66 56
Binary 10110011 110110 1111111 0 1000110 11101 11110 101000101 110110 101110

Color Harmonies of #B3367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3367F

Black with #B3367F

Text Example


Text Example

White with #B3367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3367F; }

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

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

background-color css

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

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

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

border-color css

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

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

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