Html Css Color HEX #B21F7D Medium Red Violet

📋 copy color: '#B21F7D'

red 178 ◦ green 31 ◦ blue 125

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

Shades of Medium Red Violet #B21F7D

Tints of Medium Red Violet #B21F7D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.28%

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

R = 53.29%
G = 9.28%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B21F7D (or 0xB21F7D) is known color: Medium Red Violet. HEX triplet: B2, 1F and 7D. RGB value is (178,31,125). Sum of RGB (Red+Green+Blue) = 178+31+125=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21F7D is #4DE082. Grayscale: #555555. Windows color (decimal): -5103747 or 8200114. OLE color: 8200114.

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

Color convert

RGB 178 31 125 -
CMYK 0 0.83 0.30 0.30
HSL 321.63º 0.7% 0.41% -
HSV(B) 321.63º 0.83% 0.7% -
XYZ 22.55 11.93 20.52 -
YUV 85.67 150.2 193.86 -
System Red Green Blue C M Y K H S L
Decimal 178 31 125 0 0.83 0.30 0.30 321.63 0.7 0.41
Hex B2 1F 7D 0 53 1E 1E 142 46 29
Octal 262 37 175 0 123 36 36 502 106 51
Binary 10110010 11111 1111101 0 1010011 11110 11110 101000010 1000110 101001

Color Harmonies of #B21F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21F7D

Black with #B21F7D

Text Example


Text Example

White with #B21F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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