Html Css Color HEX #B2276F Medium Red Violet

📋 copy color: '#B2276F'

red 178 ◦ green 39 ◦ blue 111

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

Shades of Medium Red Violet #B2276F

Tints of Medium Red Violet #B2276F

RGB

 RED value IS 178 (69.92% from 255) = 54.27%

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

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

R = 54.27%
G = 11.89%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2276F (or 0xB2276F) is known color: Medium Red Violet. HEX triplet: B2, 27 and 6F. RGB value is (178,39,111). Sum of RGB (Red+Green+Blue) = 178+39+111=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B2276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2276F is #4DD890. Grayscale: #585858. Windows color (decimal): -5101713 or 7284658. OLE color: 7284658.

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

Color convert

RGB 178 39 111 -
CMYK 0 0.78 0.38 0.30
HSL 328.92º 0.64% 0.43% -
HSV(B) 328.92º 0.78% 0.7% -
XYZ 21.95 12.06 16.21 -
YUV 88.77 140.55 191.65 -
System Red Green Blue C M Y K H S L
Decimal 178 39 111 0 0.78 0.38 0.30 328.92 0.64 0.43
Hex B2 27 6F 0 4E 26 1E 149 40 2B
Octal 262 47 157 0 116 46 36 511 100 53
Binary 10110010 100111 1101111 0 1001110 100110 11110 101001001 1000000 101011

Color Harmonies of #B2276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2276F

Black with #B2276F

Text Example


Text Example

White with #B2276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2276F; }

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

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

background-color css

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

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

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

border-color css

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

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

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