Html Css Color HEX #B7276F Medium Red Violet

📋 copy color: '#B7276F'

red 183 ◦ green 39 ◦ blue 111

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

Shades of Medium Red Violet #B7276F

Tints of Medium Red Violet #B7276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 54.95%
G = 11.71%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B7276F (or 0xB7276F) is known color: Medium Red Violet. HEX triplet: B7, 27 and 6F. RGB value is (183,39,111). Sum of RGB (Red+Green+Blue) = 183+39+111=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B7276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7276F is #48D890. Grayscale: #5A5A5A. Windows color (decimal): -4774033 or 7284663. OLE color: 7284663.

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

Color convert

RGB 183 39 111 -
CMYK 0 0.79 0.39 0.28
HSL 330º 0.65% 0.44% -
HSV(B) 330º 0.79% 0.72% -
XYZ 23.12 12.67 16.26 -
YUV 90.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 183 39 111 0 0.79 0.39 0.28 330 0.65 0.44
Hex B7 27 6F 0 4F 27 1C 14A 41 2C
Octal 267 47 157 0 117 47 34 512 101 54
Binary 10110111 100111 1101111 0 1001111 100111 11100 101001010 1000001 101100

Color Harmonies of #B7276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7276F

Black with #B7276F

Text Example


Text Example

White with #B7276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7276F; }

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

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

background-color css

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

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

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

border-color css

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

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

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