Html Css Color HEX #B21075 Medium Violet Red

📋 copy color: '#B21075'

red 178 ◦ green 16 ◦ blue 117

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

Shades of Medium Violet Red #B21075

Tints of Medium Violet Red #B21075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 57.23%
G = 5.14%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B21075 (or 0xB21075) is known color: Medium Violet Red. HEX triplet: B2, 10 and 75. RGB value is (178,16,117). Sum of RGB (Red+Green+Blue) = 178+16+117=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B21075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21075 is #4DEF8A. Grayscale: #4B4B4B. Windows color (decimal): -5107595 or 7671986. OLE color: 7671986.

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

Color convert

RGB 178 16 117 -
CMYK 0 0.91 0.34 0.30
HSL 322.59º 0.84% 0.38% -
HSV(B) 322.59º 0.91% 0.7% -
XYZ 21.76 11.12 17.83 -
YUV 75.95 151.17 200.79 -
System Red Green Blue C M Y K H S L
Decimal 178 16 117 0 0.91 0.34 0.30 322.59 0.84 0.38
Hex B2 10 75 0 5B 22 1E 143 54 26
Octal 262 20 165 0 133 42 36 503 124 46
Binary 10110010 10000 1110101 0 1011011 100010 11110 101000011 1010100 100110

Color Harmonies of #B21075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21075

Black with #B21075

Text Example


Text Example

White with #B21075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21075; }

 p { color: rgb(178,16,117); }

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

background-color css

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

 a { background-color: rgb(178,16,117); }

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

border-color css

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

 span { border-color: rgb(178,16,117); }

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