Html Css Color HEX #B2317D Medium Red Violet

📋 copy color: '#B2317D'

red 178 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #B2317D

Tints of Medium Red Violet #B2317D

RGB

 RED value IS 178 (69.92% from 255) = 50.57%

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

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

R = 50.57%
G = 13.92%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2317D (or 0xB2317D) is known color: Medium Red Violet. HEX triplet: B2, 31 and 7D. RGB value is (178,49,125). Sum of RGB (Red+Green+Blue) = 178+49+125=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2317D is #4DCE82. Grayscale: #606060. Windows color (decimal): -5099139 or 8204722. OLE color: 8204722.

HSL color Cylindrical-coordinate representation of color #B2317D: hue angle of 324.65º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2317D is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 49 125 -
CMYK 0 0.72 0.30 0.30
HSL 324.65º 0.57% 0.45% -
HSV(B) 324.65º 0.72% 0.7% -
XYZ 23.16 13.14 20.72 -
YUV 96.24 144.24 186.32 -
System Red Green Blue C M Y K H S L
Decimal 178 49 125 0 0.72 0.30 0.30 324.65 0.57 0.45
Hex B2 31 7D 0 48 1E 1E 145 39 2D
Octal 262 61 175 0 110 36 36 505 71 55
Binary 10110010 110001 1111101 0 1001000 11110 11110 101000101 111001 101101

Color Harmonies of #B2317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2317D

Black with #B2317D

Text Example


Text Example

White with #B2317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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