Html Css Color HEX #B21375 Medium Violet Red

📋 copy color: '#B21375'

red 178 ◦ green 19 ◦ blue 117

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

Shades of Medium Violet Red #B21375

Tints of Medium Violet Red #B21375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.05%

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

R = 56.69%
G = 6.05%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B21375 (or 0xB21375) is known color: Medium Violet Red. HEX triplet: B2, 13 and 75. RGB value is (178,19,117). Sum of RGB (Red+Green+Blue) = 178+19+117=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B21375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21375 is #4DEC8A. Grayscale: #4D4D4D. Windows color (decimal): -5106827 or 7672754. OLE color: 7672754.

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

Color convert

RGB 178 19 117 -
CMYK 0 0.89 0.34 0.30
HSL 323.02º 0.81% 0.39% -
HSV(B) 323.02º 0.89% 0.7% -
XYZ 21.8 11.22 17.85 -
YUV 77.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 178 19 117 0 0.89 0.34 0.30 323.02 0.81 0.39
Hex B2 13 75 0 59 22 1E 143 51 27
Octal 262 23 165 0 131 42 36 503 121 47
Binary 10110010 10011 1110101 0 1011001 100010 11110 101000011 1010001 100111

Color Harmonies of #B21375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21375

Black with #B21375

Text Example


Text Example

White with #B21375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21375; }

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

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

background-color css

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

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

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

border-color css

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

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

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