Html Css Color HEX #B7277F Medium Red Violet

📋 copy color: '#B7277F'

red 183 ◦ green 39 ◦ blue 127

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

Shades of Medium Red Violet #B7277F

Tints of Medium Red Violet #B7277F

RGB

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

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

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

R = 52.44%
G = 11.17%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7277F (or 0xB7277F) is known color: Medium Red Violet. HEX triplet: B7, 27 and 7F. RGB value is (183,39,127). Sum of RGB (Red+Green+Blue) = 183+39+127=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B7277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7277F is #48D880. Grayscale: #5B5B5B. Windows color (decimal): -4774017 or 8333239. OLE color: 8333239.

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

Color convert

RGB 183 39 127 -
CMYK 0 0.79 0.31 0.28
HSL 323.33º 0.65% 0.44% -
HSV(B) 323.33º 0.79% 0.72% -
XYZ 24.08 13.05 21.33 -
YUV 92.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 183 39 127 0 0.79 0.31 0.28 323.33 0.65 0.44
Hex B7 27 7F 0 4F 1F 1C 143 41 2C
Octal 267 47 177 0 117 37 34 503 101 54
Binary 10110111 100111 1111111 0 1001111 11111 11100 101000011 1000001 101100

Color Harmonies of #B7277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7277F

Black with #B7277F

Text Example


Text Example

White with #B7277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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