Html Css Color HEX #B21F9C Medium Violet Red

📋 copy color: '#B21F9C'

red 178 ◦ green 31 ◦ blue 156

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

Shades of Medium Violet Red #B21F9C

Tints of Medium Violet Red #B21F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.74%

R = 48.77%
G = 8.49%
B = 42.74%

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

#B21F9C (or 0xB21F9C) is known color: Medium Violet Red. HEX triplet: B2, 1F and 9C. RGB value is (178,31,156). Sum of RGB (Red+Green+Blue) = 178+31+156=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21F9C is #4DE063. Grayscale: #585858. Windows color (decimal): -5103716 or 10231730. OLE color: 10231730.

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

Color convert

RGB 178 31 156 -
CMYK 0 0.83 0.12 0.30
HSL 308.98º 0.7% 0.41% -
HSV(B) 308.98º 0.83% 0.7% -
XYZ 24.85 12.85 32.62 -
YUV 89.2 165.7 191.34 -
System Red Green Blue C M Y K H S L
Decimal 178 31 156 0 0.83 0.12 0.30 308.98 0.7 0.41
Hex B2 1F 9C 0 53 C 1E 135 46 29
Octal 262 37 234 0 123 14 36 465 106 51
Binary 10110010 11111 10011100 0 1010011 1100 11110 100110101 1000110 101001

Color Harmonies of #B21F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21F9C

Black with #B21F9C

Text Example


Text Example

White with #B21F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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