Html Css Color HEX #B0317D Medium Red Violet

📋 copy color: '#B0317D'

red 176 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #B0317D

Tints of Medium Red Violet #B0317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 50.29%
G = 14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0317D (or 0xB0317D) is known color: Medium Red Violet. HEX triplet: B0, 31 and 7D. RGB value is (176,49,125). Sum of RGB (Red+Green+Blue) = 176+49+125=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0317D is #4FCE82. Grayscale: #5F5F5F. Windows color (decimal): -5230211 or 8204720. OLE color: 8204720.

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

Color convert

RGB 176 49 125 -
CMYK 0 0.72 0.29 0.31
HSL 324.09º 0.56% 0.44% -
HSV(B) 324.09º 0.72% 0.69% -
XYZ 22.7 12.91 20.7 -
YUV 95.64 144.58 185.32 -
System Red Green Blue C M Y K H S L
Decimal 176 49 125 0 0.72 0.29 0.31 324.09 0.56 0.44
Hex B0 31 7D 0 48 1D 1F 144 38 2C
Octal 260 61 175 0 110 35 37 504 70 54
Binary 10110000 110001 1111101 0 1001000 11101 11111 101000100 111000 101100

Color Harmonies of #B0317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0317D

Black with #B0317D

Text Example


Text Example

White with #B0317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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