Html Css Color HEX #B7257F Medium Red Violet

📋 copy color: '#B7257F'

red 183 ◦ green 37 ◦ blue 127

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

Shades of Medium Red Violet #B7257F

Tints of Medium Red Violet #B7257F

RGB

 RED value IS 183 (71.88% from 255) = 52.74%

 GREEN value IS 37 (14.84% from 255) = 10.66%

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

R = 52.74%
G = 10.66%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7257F (or 0xB7257F) is known color: Medium Red Violet. HEX triplet: B7, 25 and 7F. RGB value is (183,37,127). Sum of RGB (Red+Green+Blue) = 183+37+127=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7257F is #48DA80. Grayscale: #5A5A5A. Windows color (decimal): -4774529 or 8332727. OLE color: 8332727.

HSL color Cylindrical-coordinate representation of color #B7257F: hue angle of 323.01º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7257F is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 37 127 -
CMYK 0 0.80 0.31 0.28
HSL 323.01º 0.66% 0.43% -
HSV(B) 323.01º 0.8% 0.72% -
XYZ 24.02 12.92 21.31 -
YUV 90.91 148.37 193.68 -
System Red Green Blue C M Y K H S L
Decimal 183 37 127 0 0.80 0.31 0.28 323.01 0.66 0.43
Hex B7 25 7F 0 50 1F 1C 143 42 2B
Octal 267 45 177 0 120 37 34 503 102 53
Binary 10110111 100101 1111111 0 1010000 11111 11100 101000011 1000010 101011

Color Harmonies of #B7257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7257F

Black with #B7257F

Text Example


Text Example

White with #B7257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7257F; }

 p { color: rgb(183,37,127); }

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

background-color css

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

 a { background-color: rgb(183,37,127); }

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

border-color css

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

 span { border-color: rgb(183,37,127); }

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