Html Css Color HEX #B2317F Medium Red Violet

📋 copy color: '#B2317F'

red 178 ◦ green 49 ◦ blue 127

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

Shades of Medium Red Violet #B2317F

Tints of Medium Red Violet #B2317F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 50.28%
G = 13.84%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2317F (or 0xB2317F) is known color: Medium Red Violet. HEX triplet: B2, 31 and 7F. RGB value is (178,49,127). Sum of RGB (Red+Green+Blue) = 178+49+127=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2317F is #4DCE80. Grayscale: #606060. Windows color (decimal): -5099137 or 8335794. OLE color: 8335794.

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

Color convert

RGB 178 49 127 -
CMYK 0 0.72 0.29 0.30
HSL 323.72º 0.57% 0.45% -
HSV(B) 323.72º 0.72% 0.7% -
XYZ 23.29 13.19 21.4 -
YUV 96.46 145.24 186.16 -
System Red Green Blue C M Y K H S L
Decimal 178 49 127 0 0.72 0.29 0.30 323.72 0.57 0.45
Hex B2 31 7F 0 48 1D 1E 144 39 2D
Octal 262 61 177 0 110 35 36 504 71 55
Binary 10110010 110001 1111111 0 1001000 11101 11110 101000100 111001 101101

Color Harmonies of #B2317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2317F

Black with #B2317F

Text Example


Text Example

White with #B2317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2317F; }

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

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

background-color css

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

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

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

border-color css

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

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

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