Html Css Color HEX #B2276C Medium Red Violet

📋 copy color: '#B2276C'

red 178 ◦ green 39 ◦ blue 108

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

Shades of Medium Red Violet #B2276C

Tints of Medium Red Violet #B2276C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 54.77%
G = 12%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2276C (or 0xB2276C) is known color: Medium Red Violet. HEX triplet: B2, 27 and 6C. RGB value is (178,39,108). Sum of RGB (Red+Green+Blue) = 178+39+108=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2276C is #4DD893. Grayscale: #585858. Windows color (decimal): -5101716 or 7088050. OLE color: 7088050.

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

Color convert

RGB 178 39 108 -
CMYK 0 0.78 0.39 0.30
HSL 330.22º 0.64% 0.43% -
HSV(B) 330.22º 0.78% 0.7% -
XYZ 21.79 12 15.35 -
YUV 88.43 139.05 191.89 -
System Red Green Blue C M Y K H S L
Decimal 178 39 108 0 0.78 0.39 0.30 330.22 0.64 0.43
Hex B2 27 6C 0 4E 27 1E 14A 40 2B
Octal 262 47 154 0 116 47 36 512 100 53
Binary 10110010 100111 1101100 0 1001110 100111 11110 101001010 1000000 101011

Color Harmonies of #B2276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2276C

Black with #B2276C

Text Example


Text Example

White with #B2276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2276C; }

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

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

background-color css

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

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

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

border-color css

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

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

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