Html Css Color HEX #B7266D Medium Red Violet

📋 copy color: '#B7266D'

red 183 ◦ green 38 ◦ blue 109

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

Shades of Medium Red Violet #B7266D

Tints of Medium Red Violet #B7266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 55.45%
G = 11.52%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7266D (or 0xB7266D) is known color: Medium Red Violet. HEX triplet: B7, 26 and 6D. RGB value is (183,38,109). Sum of RGB (Red+Green+Blue) = 183+38+109=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7266D is #48D992. Grayscale: #595959. Windows color (decimal): -4774291 or 7153335. OLE color: 7153335.

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

Color convert

RGB 183 38 109 -
CMYK 0 0.79 0.40 0.28
HSL 330.62º 0.66% 0.43% -
HSV(B) 330.62º 0.79% 0.72% -
XYZ 22.98 12.56 15.68 -
YUV 89.45 139.04 194.73 -
System Red Green Blue C M Y K H S L
Decimal 183 38 109 0 0.79 0.40 0.28 330.62 0.66 0.43
Hex B7 26 6D 0 4F 28 1C 14B 42 2B
Octal 267 46 155 0 117 50 34 513 102 53
Binary 10110111 100110 1101101 0 1001111 101000 11100 101001011 1000010 101011

Color Harmonies of #B7266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7266D

Black with #B7266D

Text Example


Text Example

White with #B7266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7266D; }

 p { color: rgb(183,38,109); }

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

background-color css

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

 a { background-color: rgb(183,38,109); }

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

border-color css

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

 span { border-color: rgb(183,38,109); }

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