Html Css Color HEX #B0348C Medium Red Violet

📋 copy color: '#B0348C'

red 176 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #B0348C

Tints of Medium Red Violet #B0348C

RGB

 RED value IS 176 (69.14% from 255) = 47.83%

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 47.83%
G = 14.13%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0348C (or 0xB0348C) is known color: Medium Red Violet. HEX triplet: B0, 34 and 8C. RGB value is (176,52,140). Sum of RGB (Red+Green+Blue) = 176+52+140=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0348C is #4FCB73. Grayscale: #626262. Windows color (decimal): -5229428 or 9188528. OLE color: 9188528.

HSL color Cylindrical-coordinate representation of color #B0348C: hue angle of 317.42º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0348C is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 140 -
CMYK 0 0.70 0.20 0.31
HSL 317.42º 0.54% 0.45% -
HSV(B) 317.42º 0.7% 0.69% -
XYZ 23.87 13.58 26.17 -
YUV 99.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 176 52 140 0 0.70 0.20 0.31 317.42 0.54 0.45
Hex B0 34 8C 0 46 14 1F 13D 36 2D
Octal 260 64 214 0 106 24 37 475 66 55
Binary 10110000 110100 10001100 0 1000110 10100 11111 100111101 110110 101101

Color Harmonies of #B0348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0348C

Black with #B0348C

Text Example


Text Example

White with #B0348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0348C; }

 p { color: rgb(176,52,140); }

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

background-color css

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

 a { background-color: rgb(176,52,140); }

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

border-color css

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

 span { border-color: rgb(176,52,140); }

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