Html Css Color HEX #B21F9D Medium Violet Red

📋 copy color: '#B21F9D'

red 178 ◦ green 31 ◦ blue 157

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

Shades of Medium Violet Red #B21F9D

Tints of Medium Violet Red #B21F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 48.63%
G = 8.47%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B21F9D (or 0xB21F9D) is known color: Medium Violet Red. HEX triplet: B2, 1F and 9D. RGB value is (178,31,157). Sum of RGB (Red+Green+Blue) = 178+31+157=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21F9D is #4DE062. Grayscale: #585858. Windows color (decimal): -5103715 or 10297266. OLE color: 10297266.

HSL color Cylindrical-coordinate representation of color #B21F9D: hue angle of 308.57º 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 #B21F9D is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 31 157 -
CMYK 0 0.83 0.12 0.30
HSL 308.57º 0.7% 0.41% -
HSV(B) 308.57º 0.83% 0.7% -
XYZ 24.94 12.88 33.07 -
YUV 89.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 178 31 157 0 0.83 0.12 0.30 308.57 0.7 0.41
Hex B2 1F 9D 0 53 C 1E 135 46 29
Octal 262 37 235 0 123 14 36 465 106 51
Binary 10110010 11111 10011101 0 1010011 1100 11110 100110101 1000110 101001

Color Harmonies of #B21F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21F9D

Black with #B21F9D

Text Example


Text Example

White with #B21F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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