Html Css Color HEX #B8327D Medium Red Violet

📋 copy color: '#B8327D'

red 184 ◦ green 50 ◦ blue 125

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

Shades of Medium Red Violet #B8327D

Tints of Medium Red Violet #B8327D

RGB

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

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

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

R = 51.25%
G = 13.93%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8327D (or 0xB8327D) is known color: Medium Red Violet. HEX triplet: B8, 32 and 7D. RGB value is (184,50,125). Sum of RGB (Red+Green+Blue) = 184+50+125=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8327D is #47CD82. Grayscale: #626262. Windows color (decimal): -4705667 or 8204984. OLE color: 8204984.

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

Color convert

RGB 184 50 125 -
CMYK 0 0.73 0.32 0.28
HSL 326.42º 0.57% 0.46% -
HSV(B) 326.42º 0.73% 0.72% -
XYZ 24.61 13.95 20.8 -
YUV 98.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 184 50 125 0 0.73 0.32 0.28 326.42 0.57 0.46
Hex B8 32 7D 0 49 20 1C 146 39 2E
Octal 270 62 175 0 111 40 34 506 71 56
Binary 10111000 110010 1111101 0 1001001 100000 11100 101000110 111001 101110

Color Harmonies of #B8327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8327D

Black with #B8327D

Text Example


Text Example

White with #B8327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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