Html Css Color HEX #B7277E Medium Red Violet

📋 copy color: '#B7277E'

red 183 ◦ green 39 ◦ blue 126

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

Shades of Medium Red Violet #B7277E

Tints of Medium Red Violet #B7277E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 52.59%
G = 11.21%
B = 36.21%

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

#B7277E (or 0xB7277E) is known color: Medium Red Violet. HEX triplet: B7, 27 and 7E. RGB value is (183,39,126). Sum of RGB (Red+Green+Blue) = 183+39+126=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7277E is #48D881. Grayscale: #5B5B5B. Windows color (decimal): -4774018 or 8267703. OLE color: 8267703.

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

Color convert

RGB 183 39 126 -
CMYK 0 0.79 0.31 0.28
HSL 323.75º 0.65% 0.44% -
HSV(B) 323.75º 0.79% 0.72% -
XYZ 24.02 13.02 20.99 -
YUV 91.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 183 39 126 0 0.79 0.31 0.28 323.75 0.65 0.44
Hex B7 27 7E 0 4F 1F 1C 144 41 2C
Octal 267 47 176 0 117 37 34 504 101 54
Binary 10110111 100111 1111110 0 1001111 11111 11100 101000100 1000001 101100

Color Harmonies of #B7277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7277E

Black with #B7277E

Text Example


Text Example

White with #B7277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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