Html Css Color HEX #B8328B Medium Red Violet

📋 copy color: '#B8328B'

red 184 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #B8328B

Tints of Medium Red Violet #B8328B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.4%

 BLUE value IS 139 (54.69% from 255) = 37.27%

R = 49.33%
G = 13.4%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8328B (or 0xB8328B) is known color: Medium Red Violet. HEX triplet: B8, 32 and 8B. RGB value is (184,50,139). Sum of RGB (Red+Green+Blue) = 184+50+139=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8328B is #47CD74. Grayscale: #636363. Windows color (decimal): -4705653 or 9122488. OLE color: 9122488.

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

Color convert

RGB 184 50 139 -
CMYK 0 0.73 0.24 0.28
HSL 320.15º 0.57% 0.46% -
HSV(B) 320.15º 0.73% 0.72% -
XYZ 25.57 14.34 25.85 -
YUV 100.21 149.89 187.76 -
System Red Green Blue C M Y K H S L
Decimal 184 50 139 0 0.73 0.24 0.28 320.15 0.57 0.46
Hex B8 32 8B 0 49 18 1C 140 39 2E
Octal 270 62 213 0 111 30 34 500 71 56
Binary 10111000 110010 10001011 0 1001001 11000 11100 101000000 111001 101110

Color Harmonies of #B8328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8328B

Black with #B8328B

Text Example


Text Example

White with #B8328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8328B; }

 p { color: rgb(184,50,139); }

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

background-color css

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

 a { background-color: rgb(184,50,139); }

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

border-color css

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

 span { border-color: rgb(184,50,139); }

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