Html Css Color HEX #B21C7D Medium Violet Red

📋 copy color: '#B21C7D'

red 178 ◦ green 28 ◦ blue 125

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

Shades of Medium Violet Red #B21C7D

Tints of Medium Violet Red #B21C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.46%

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 53.78%
G = 8.46%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B21C7D (or 0xB21C7D) is known color: Medium Violet Red. HEX triplet: B2, 1C and 7D. RGB value is (178,28,125). Sum of RGB (Red+Green+Blue) = 178+28+125=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21C7D is #4DE382. Grayscale: #535353. Windows color (decimal): -5104515 or 8199346. OLE color: 8199346.

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

Color convert

RGB 178 28 125 -
CMYK 0 0.84 0.30 0.30
HSL 321.2º 0.73% 0.4% -
HSV(B) 321.2º 0.84% 0.7% -
XYZ 22.48 11.78 20.49 -
YUV 83.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 178 28 125 0 0.84 0.30 0.30 321.2 0.73 0.4
Hex B2 1C 7D 0 54 1E 1E 141 49 28
Octal 262 34 175 0 124 36 36 501 111 50
Binary 10110010 11100 1111101 0 1010100 11110 11110 101000001 1001001 101000

Color Harmonies of #B21C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C7D

Black with #B21C7D

Text Example


Text Example

White with #B21C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C7D; }

 p { color: rgb(178,28,125); }

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

background-color css

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

 a { background-color: rgb(178,28,125); }

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

border-color css

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

 span { border-color: rgb(178,28,125); }

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