Html Css Color HEX #B0318C Medium Red Violet

📋 copy color: '#B0318C'

red 176 ◦ green 49 ◦ blue 140

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

Shades of Medium Red Violet #B0318C

Tints of Medium Red Violet #B0318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.42%

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

R = 48.22%
G = 13.42%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0318C (or 0xB0318C) is known color: Medium Red Violet. HEX triplet: B0, 31 and 8C. RGB value is (176,49,140). Sum of RGB (Red+Green+Blue) = 176+49+140=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0318C is #4FCE73. Grayscale: #616161. Windows color (decimal): -5230196 or 9187760. OLE color: 9187760.

HSL color Cylindrical-coordinate representation of color #B0318C: hue angle of 317.01º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0318C is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 140 -
CMYK 0 0.72 0.20 0.31
HSL 317.01º 0.56% 0.44% -
HSV(B) 317.01º 0.72% 0.69% -
XYZ 23.74 13.32 26.13 -
YUV 97.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 176 49 140 0 0.72 0.20 0.31 317.01 0.56 0.44
Hex B0 31 8C 0 48 14 1F 13D 38 2C
Octal 260 61 214 0 110 24 37 475 70 54
Binary 10110000 110001 10001100 0 1001000 10100 11111 100111101 111000 101100

Color Harmonies of #B0318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0318C

Black with #B0318C

Text Example


Text Example

White with #B0318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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