Html Css Color HEX #B8348B Medium Red Violet

📋 copy color: '#B8348B'

red 184 ◦ green 52 ◦ blue 139

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

Shades of Medium Red Violet #B8348B

Tints of Medium Red Violet #B8348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.87%

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

R = 49.07%
G = 13.87%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8348B (or 0xB8348B) is known color: Medium Red Violet. HEX triplet: B8, 34 and 8B. RGB value is (184,52,139). Sum of RGB (Red+Green+Blue) = 184+52+139=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8348B is #47CB74. Grayscale: #656565. Windows color (decimal): -4705141 or 9123000. OLE color: 9123000.

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

Color convert

RGB 184 52 139 -
CMYK 0 0.72 0.24 0.28
HSL 320.45º 0.56% 0.46% -
HSV(B) 320.45º 0.72% 0.72% -
XYZ 25.66 14.51 25.87 -
YUV 101.39 149.23 186.93 -
System Red Green Blue C M Y K H S L
Decimal 184 52 139 0 0.72 0.24 0.28 320.45 0.56 0.46
Hex B8 34 8B 0 48 18 1C 140 38 2E
Octal 270 64 213 0 110 30 34 500 70 56
Binary 10111000 110100 10001011 0 1001000 11000 11100 101000000 111000 101110

Color Harmonies of #B8348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8348B

Black with #B8348B

Text Example


Text Example

White with #B8348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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