Html Css Color HEX #B8348A Medium Red Violet

📋 copy color: '#B8348A'

red 184 ◦ green 52 ◦ blue 138

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

Shades of Medium Red Violet #B8348A

Tints of Medium Red Violet #B8348A

RGB

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

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

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

R = 49.2%
G = 13.9%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8348A (or 0xB8348A) is known color: Medium Red Violet. HEX triplet: B8, 34 and 8A. RGB value is (184,52,138). Sum of RGB (Red+Green+Blue) = 184+52+138=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8348A is #47CB75. Grayscale: #656565. Windows color (decimal): -4705142 or 9057464. OLE color: 9057464.

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

Color convert

RGB 184 52 138 -
CMYK 0 0.72 0.25 0.28
HSL 320.91º 0.56% 0.46% -
HSV(B) 320.91º 0.72% 0.72% -
XYZ 25.58 14.48 25.49 -
YUV 101.27 148.73 187.01 -
System Red Green Blue C M Y K H S L
Decimal 184 52 138 0 0.72 0.25 0.28 320.91 0.56 0.46
Hex B8 34 8A 0 48 19 1C 141 38 2E
Octal 270 64 212 0 110 31 34 501 70 56
Binary 10111000 110100 10001010 0 1001000 11001 11100 101000001 111000 101110

Color Harmonies of #B8348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8348A

Black with #B8348A

Text Example


Text Example

White with #B8348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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