Html Css Color HEX #B8357A Medium Red Violet

📋 copy color: '#B8357A'

red 184 ◦ green 53 ◦ blue 122

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

Shades of Medium Red Violet #B8357A

Tints of Medium Red Violet #B8357A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.76%

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

R = 51.25%
G = 14.76%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B8357A (or 0xB8357A) is known color: Medium Red Violet. HEX triplet: B8, 35 and 7A. RGB value is (184,53,122). Sum of RGB (Red+Green+Blue) = 184+53+122=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8357A is #47CA85. Grayscale: #636363. Windows color (decimal): -4704902 or 8009144. OLE color: 8009144.

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

Color convert

RGB 184 53 122 -
CMYK 0 0.71 0.34 0.28
HSL 328.4º 0.55% 0.46% -
HSV(B) 328.4º 0.71% 0.72% -
XYZ 24.55 14.14 19.85 -
YUV 100.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 184 53 122 0 0.71 0.34 0.28 328.4 0.55 0.46
Hex B8 35 7A 0 47 22 1C 148 37 2E
Octal 270 65 172 0 107 42 34 510 67 56
Binary 10111000 110101 1111010 0 1000111 100010 11100 101001000 110111 101110

Color Harmonies of #B8357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8357A

Black with #B8357A

Text Example


Text Example

White with #B8357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8357A; }

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

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

background-color css

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

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

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

border-color css

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

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

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