Html Css Color HEX #B21B8D Medium Violet Red

📋 copy color: '#B21B8D'

red 178 ◦ green 27 ◦ blue 141

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

Shades of Medium Violet Red #B21B8D

Tints of Medium Violet Red #B21B8D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 51.45%
G = 7.8%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B21B8D (or 0xB21B8D) is known color: Medium Violet Red. HEX triplet: B2, 1B and 8D. RGB value is (178,27,141). Sum of RGB (Red+Green+Blue) = 178+27+141=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21B8D is #4DE472. Grayscale: #545454. Windows color (decimal): -5104755 or 9247666. OLE color: 9247666.

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

Color convert

RGB 178 27 141 -
CMYK 0 0.85 0.21 0.30
HSL 314.7º 0.74% 0.4% -
HSV(B) 314.7º 0.85% 0.7% -
XYZ 23.56 12.17 26.31 -
YUV 85.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 178 27 141 0 0.85 0.21 0.30 314.7 0.74 0.4
Hex B2 1B 8D 0 55 15 1E 13B 4A 28
Octal 262 33 215 0 125 25 36 473 112 50
Binary 10110010 11011 10001101 0 1010101 10101 11110 100111011 1001010 101000

Color Harmonies of #B21B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21B8D

Black with #B21B8D

Text Example


Text Example

White with #B21B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21B8D; }

 p { color: rgb(178,27,141); }

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

background-color css

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

 a { background-color: rgb(178,27,141); }

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

border-color css

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

 span { border-color: rgb(178,27,141); }

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