Html Css Color HEX #B2277E Medium Red Violet

📋 copy color: '#B2277E'

red 178 ◦ green 39 ◦ blue 126

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

Shades of Medium Red Violet #B2277E

Tints of Medium Red Violet #B2277E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 51.9%
G = 11.37%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2277E (or 0xB2277E) is known color: Medium Red Violet. HEX triplet: B2, 27 and 7E. RGB value is (178,39,126). Sum of RGB (Red+Green+Blue) = 178+39+126=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2277E is #4DD881. Grayscale: #5A5A5A. Windows color (decimal): -5101698 or 8267698. OLE color: 8267698.

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

Color convert

RGB 178 39 126 -
CMYK 0 0.78 0.29 0.30
HSL 322.45º 0.64% 0.43% -
HSV(B) 322.45º 0.78% 0.7% -
XYZ 22.85 12.42 20.93 -
YUV 90.48 148.05 190.43 -
System Red Green Blue C M Y K H S L
Decimal 178 39 126 0 0.78 0.29 0.30 322.45 0.64 0.43
Hex B2 27 7E 0 4E 1D 1E 142 40 2B
Octal 262 47 176 0 116 35 36 502 100 53
Binary 10110010 100111 1111110 0 1001110 11101 11110 101000010 1000000 101011

Color Harmonies of #B2277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2277E

Black with #B2277E

Text Example


Text Example

White with #B2277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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