Html Css Color HEX #B7277D Medium Red Violet

📋 copy color: '#B7277D'

red 183 ◦ green 39 ◦ blue 125

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

Shades of Medium Red Violet #B7277D

Tints of Medium Red Violet #B7277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

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

R = 52.74%
G = 11.24%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7277D (or 0xB7277D) is known color: Medium Red Violet. HEX triplet: B7, 27 and 7D. RGB value is (183,39,125). Sum of RGB (Red+Green+Blue) = 183+39+125=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7277D is #48D882. Grayscale: #5B5B5B. Windows color (decimal): -4774019 or 8202167. OLE color: 8202167.

HSL color Cylindrical-coordinate representation of color #B7277D: hue angle of 324.17º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7277D is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 39 125 -
CMYK 0 0.79 0.32 0.28
HSL 324.17º 0.65% 0.44% -
HSV(B) 324.17º 0.79% 0.72% -
XYZ 23.96 13 20.65 -
YUV 91.86 146.71 193.01 -
System Red Green Blue C M Y K H S L
Decimal 183 39 125 0 0.79 0.32 0.28 324.17 0.65 0.44
Hex B7 27 7D 0 4F 20 1C 144 41 2C
Octal 267 47 175 0 117 40 34 504 101 54
Binary 10110111 100111 1111101 0 1001111 100000 11100 101000100 1000001 101100

Color Harmonies of #B7277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7277D

Black with #B7277D

Text Example


Text Example

White with #B7277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7277D; }

 p { color: rgb(183,39,125); }

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

background-color css

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

 a { background-color: rgb(183,39,125); }

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

border-color css

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

 span { border-color: rgb(183,39,125); }

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