Html Css Color HEX #B0318F Medium Red Violet

📋 copy color: '#B0318F'

red 176 ◦ green 49 ◦ blue 143

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

Shades of Medium Red Violet #B0318F

Tints of Medium Red Violet #B0318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 47.83%
G = 13.32%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0318F (or 0xB0318F) is known color: Medium Red Violet. HEX triplet: B0, 31 and 8F. RGB value is (176,49,143). Sum of RGB (Red+Green+Blue) = 176+49+143=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0318F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0318F is #4FCE70. Grayscale: #616161. Windows color (decimal): -5230193 or 9384368. OLE color: 9384368.

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

Color convert

RGB 176 49 143 -
CMYK 0 0.72 0.19 0.31
HSL 315.59º 0.56% 0.44% -
HSV(B) 315.59º 0.72% 0.69% -
XYZ 23.96 13.41 27.31 -
YUV 97.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 176 49 143 0 0.72 0.19 0.31 315.59 0.56 0.44
Hex B0 31 8F 0 48 13 1F 13C 38 2C
Octal 260 61 217 0 110 23 37 474 70 54
Binary 10110000 110001 10001111 0 1001000 10011 11111 100111100 111000 101100

Color Harmonies of #B0318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0318F

Black with #B0318F

Text Example


Text Example

White with #B0318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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