Html Css Color HEX #B8337A Medium Red Violet

📋 copy color: '#B8337A'

red 184 ◦ green 51 ◦ blue 122

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

Shades of Medium Red Violet #B8337A

Tints of Medium Red Violet #B8337A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 51.54%
G = 14.29%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B8337A (or 0xB8337A) is known color: Medium Red Violet. HEX triplet: B8, 33 and 7A. RGB value is (184,51,122). Sum of RGB (Red+Green+Blue) = 184+51+122=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8337A is #47CC85. Grayscale: #626262. Windows color (decimal): -4705414 or 8008632. OLE color: 8008632.

HSL color Cylindrical-coordinate representation of color #B8337A: hue angle of 327.97º 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 #B8337A is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 51 122 -
CMYK 0 0.72 0.34 0.28
HSL 327.97º 0.57% 0.46% -
HSV(B) 327.97º 0.72% 0.72% -
XYZ 24.46 13.96 19.82 -
YUV 98.86 141.06 188.73 -
System Red Green Blue C M Y K H S L
Decimal 184 51 122 0 0.72 0.34 0.28 327.97 0.57 0.46
Hex B8 33 7A 0 48 22 1C 148 39 2E
Octal 270 63 172 0 110 42 34 510 71 56
Binary 10111000 110011 1111010 0 1001000 100010 11100 101001000 111001 101110

Color Harmonies of #B8337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8337A

Black with #B8337A

Text Example


Text Example

White with #B8337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8337A; }

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

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

background-color css

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

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

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

border-color css

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

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

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