Html Css Color HEX #B21877 Medium Violet Red

📋 copy color: '#B21877'

red 178 ◦ green 24 ◦ blue 119

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

Shades of Medium Violet Red #B21877

Tints of Medium Violet Red #B21877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.48%

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 55.45%
G = 7.48%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B21877 (or 0xB21877) is known color: Medium Violet Red. HEX triplet: B2, 18 and 77. RGB value is (178,24,119). Sum of RGB (Red+Green+Blue) = 178+24+119=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B21877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21877 is #4DE788. Grayscale: #505050. Windows color (decimal): -5105545 or 7805106. OLE color: 7805106.

HSL color Cylindrical-coordinate representation of color #B21877: hue angle of 322.99º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21877 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 119 -
CMYK 0 0.87 0.33 0.30
HSL 322.99º 0.76% 0.4% -
HSV(B) 322.99º 0.87% 0.7% -
XYZ 22.02 11.45 18.5 -
YUV 80.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 178 24 119 0 0.87 0.33 0.30 322.99 0.76 0.4
Hex B2 18 77 0 57 21 1E 143 4C 28
Octal 262 30 167 0 127 41 36 503 114 50
Binary 10110010 11000 1110111 0 1010111 100001 11110 101000011 1001100 101000

Color Harmonies of #B21877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21877

Black with #B21877

Text Example


Text Example

White with #B21877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21877; }

 p { color: rgb(178,24,119); }

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

background-color css

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

 a { background-color: rgb(178,24,119); }

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

border-color css

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

 span { border-color: rgb(178,24,119); }

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