Html Css Color HEX #B0276D Medium Red Violet

📋 copy color: '#B0276D'

red 176 ◦ green 39 ◦ blue 109

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

Shades of Medium Red Violet #B0276D

Tints of Medium Red Violet #B0276D

RGB

 RED value IS 176 (69.14% from 255) = 54.32%

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

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

R = 54.32%
G = 12.04%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0276D (or 0xB0276D) is known color: Medium Red Violet. HEX triplet: B0, 27 and 6D. RGB value is (176,39,109). Sum of RGB (Red+Green+Blue) = 176+39+109=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0276D is #4FD892. Grayscale: #575757. Windows color (decimal): -5232787 or 7153584. OLE color: 7153584.

HSL color Cylindrical-coordinate representation of color #B0276D: hue angle of 329.34º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0276D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 109 -
CMYK 0 0.78 0.38 0.31
HSL 329.34º 0.64% 0.42% -
HSV(B) 329.34º 0.78% 0.69% -
XYZ 21.39 11.79 15.62 -
YUV 87.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 176 39 109 0 0.78 0.38 0.31 329.34 0.64 0.42
Hex B0 27 6D 0 4E 26 1F 149 40 2A
Octal 260 47 155 0 116 46 37 511 100 52
Binary 10110000 100111 1101101 0 1001110 100110 11111 101001001 1000000 101010

Color Harmonies of #B0276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0276D

Black with #B0276D

Text Example


Text Example

White with #B0276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0276D; }

 p { color: rgb(176,39,109); }

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

background-color css

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

 a { background-color: rgb(176,39,109); }

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

border-color css

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

 span { border-color: rgb(176,39,109); }

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