Html Css Color HEX #B8328A Medium Red Violet

📋 copy color: '#B8328A'

red 184 ◦ green 50 ◦ blue 138

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

Shades of Medium Red Violet #B8328A

Tints of Medium Red Violet #B8328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.1%

R = 49.46%
G = 13.44%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8328A (or 0xB8328A) is known color: Medium Red Violet. HEX triplet: B8, 32 and 8A. RGB value is (184,50,138). Sum of RGB (Red+Green+Blue) = 184+50+138=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B8328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8328A is #47CD75. Grayscale: #636363. Windows color (decimal): -4705654 or 9056952. OLE color: 9056952.

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

Color convert

RGB 184 50 138 -
CMYK 0 0.73 0.25 0.28
HSL 320.6º 0.57% 0.46% -
HSV(B) 320.6º 0.73% 0.72% -
XYZ 25.5 14.31 25.46 -
YUV 100.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 184 50 138 0 0.73 0.25 0.28 320.6 0.57 0.46
Hex B8 32 8A 0 49 19 1C 141 39 2E
Octal 270 62 212 0 111 31 34 501 71 56
Binary 10111000 110010 10001010 0 1001001 11001 11100 101000001 111001 101110

Color Harmonies of #B8328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8328A

Black with #B8328A

Text Example


Text Example

White with #B8328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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