Html Css Color HEX #B7257C Medium Red Violet

📋 copy color: '#B7257C'

red 183 ◦ green 37 ◦ blue 124

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

Shades of Medium Red Violet #B7257C

Tints of Medium Red Violet #B7257C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 53.2%
G = 10.76%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7257C (or 0xB7257C) is known color: Medium Red Violet. HEX triplet: B7, 25 and 7C. RGB value is (183,37,124). Sum of RGB (Red+Green+Blue) = 183+37+124=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7257C is #48DA83. Grayscale: #5A5A5A. Windows color (decimal): -4774532 or 8136119. OLE color: 8136119.

HSL color Cylindrical-coordinate representation of color #B7257C: hue angle of 324.25º 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 #B7257C is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 37 124 -
CMYK 0 0.80 0.32 0.28
HSL 324.25º 0.66% 0.43% -
HSV(B) 324.25º 0.8% 0.72% -
XYZ 23.83 12.85 20.29 -
YUV 90.57 146.87 193.93 -
System Red Green Blue C M Y K H S L
Decimal 183 37 124 0 0.80 0.32 0.28 324.25 0.66 0.43
Hex B7 25 7C 0 50 20 1C 144 42 2B
Octal 267 45 174 0 120 40 34 504 102 53
Binary 10110111 100101 1111100 0 1010000 100000 11100 101000100 1000010 101011

Color Harmonies of #B7257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7257C

Black with #B7257C

Text Example


Text Example

White with #B7257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7257C; }

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

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

background-color css

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

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

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

border-color css

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

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

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