Html Css Color HEX #B0337D Medium Red Violet

📋 copy color: '#B0337D'

red 176 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #B0337D

Tints of Medium Red Violet #B0337D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 50%
G = 14.49%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0337D (or 0xB0337D) is known color: Medium Red Violet. HEX triplet: B0, 33 and 7D. RGB value is (176,51,125). Sum of RGB (Red+Green+Blue) = 176+51+125=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0337D is #4FCC82. Grayscale: #606060. Windows color (decimal): -5229699 or 8205232. OLE color: 8205232.

HSL color Cylindrical-coordinate representation of color #B0337D: hue angle of 324.48º 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 #B0337D is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 125 -
CMYK 0 0.71 0.29 0.31
HSL 324.48º 0.55% 0.45% -
HSV(B) 324.48º 0.71% 0.69% -
XYZ 22.79 13.08 20.73 -
YUV 96.81 143.91 184.48 -
System Red Green Blue C M Y K H S L
Decimal 176 51 125 0 0.71 0.29 0.31 324.48 0.55 0.45
Hex B0 33 7D 0 47 1D 1F 144 37 2D
Octal 260 63 175 0 107 35 37 504 67 55
Binary 10110000 110011 1111101 0 1000111 11101 11111 101000100 110111 101101

Color Harmonies of #B0337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0337D

Black with #B0337D

Text Example


Text Example

White with #B0337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0337D; }

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

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

background-color css

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

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

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

border-color css

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

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

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