Html Css Color HEX #B8337D Medium Red Violet

📋 copy color: '#B8337D'

red 184 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #B8337D

Tints of Medium Red Violet #B8337D

RGB

 RED value IS 184 (72.27% from 255) = 51.11%

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

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

R = 51.11%
G = 14.17%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8337D (or 0xB8337D) is known color: Medium Red Violet. HEX triplet: B8, 33 and 7D. RGB value is (184,51,125). Sum of RGB (Red+Green+Blue) = 184+51+125=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8337D is #47CC82. Grayscale: #636363. Windows color (decimal): -4705411 or 8205240. OLE color: 8205240.

HSL color Cylindrical-coordinate representation of color #B8337D: hue angle of 326.62º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8337D is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 51 125 -
CMYK 0 0.72 0.32 0.28
HSL 326.62º 0.57% 0.46% -
HSV(B) 326.62º 0.72% 0.72% -
XYZ 24.65 14.04 20.81 -
YUV 99.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 184 51 125 0 0.72 0.32 0.28 326.62 0.57 0.46
Hex B8 33 7D 0 48 20 1C 147 39 2E
Octal 270 63 175 0 110 40 34 507 71 56
Binary 10111000 110011 1111101 0 1001000 100000 11100 101000111 111001 101110

Color Harmonies of #B8337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8337D

Black with #B8337D

Text Example


Text Example

White with #B8337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8337D; }

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

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

background-color css

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

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

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

border-color css

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

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

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