Html Css Color HEX #B0337F Medium Red Violet

📋 copy color: '#B0337F'

red 176 ◦ green 51 ◦ blue 127

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

Shades of Medium Red Violet #B0337F

Tints of Medium Red Violet #B0337F

RGB

 RED value IS 176 (69.14% from 255) = 49.72%

 GREEN value IS 51 (20.31% from 255) = 14.41%

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

R = 49.72%
G = 14.41%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0337F (or 0xB0337F) is known color: Medium Red Violet. HEX triplet: B0, 33 and 7F. RGB value is (176,51,127). Sum of RGB (Red+Green+Blue) = 176+51+127=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0337F is #4FCC80. Grayscale: #606060. Windows color (decimal): -5229697 or 8336304. OLE color: 8336304.

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

Color convert

RGB 176 51 127 -
CMYK 0 0.71 0.28 0.31
HSL 323.52º 0.55% 0.45% -
HSV(B) 323.52º 0.71% 0.69% -
XYZ 22.92 13.13 21.41 -
YUV 97.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 176 51 127 0 0.71 0.28 0.31 323.52 0.55 0.45
Hex B0 33 7F 0 47 1C 1F 144 37 2D
Octal 260 63 177 0 107 34 37 504 67 55
Binary 10110000 110011 1111111 0 1000111 11100 11111 101000100 110111 101101

Color Harmonies of #B0337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0337F

Black with #B0337F

Text Example


Text Example

White with #B0337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0337F; }

 p { color: rgb(176,51,127); }

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

background-color css

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

 a { background-color: rgb(176,51,127); }

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

border-color css

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

 span { border-color: rgb(176,51,127); }

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