Html Css Color HEX #B21B8E Medium Violet Red

📋 copy color: '#B21B8E'

red 178 ◦ green 27 ◦ blue 142

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

Shades of Medium Violet Red #B21B8E

Tints of Medium Violet Red #B21B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 51.3%
G = 7.78%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B21B8E (or 0xB21B8E) is known color: Medium Violet Red. HEX triplet: B2, 1B and 8E. RGB value is (178,27,142). Sum of RGB (Red+Green+Blue) = 178+27+142=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21B8E is #4DE471. Grayscale: #545454. Windows color (decimal): -5104754 or 9313202. OLE color: 9313202.

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

Color convert

RGB 178 27 142 -
CMYK 0 0.85 0.20 0.30
HSL 314.3º 0.74% 0.4% -
HSV(B) 314.3º 0.85% 0.7% -
XYZ 23.63 12.2 26.7 -
YUV 85.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 178 27 142 0 0.85 0.20 0.30 314.3 0.74 0.4
Hex B2 1B 8E 0 55 14 1E 13A 4A 28
Octal 262 33 216 0 125 24 36 472 112 50
Binary 10110010 11011 10001110 0 1010101 10100 11110 100111010 1001010 101000

Color Harmonies of #B21B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21B8E

Black with #B21B8E

Text Example


Text Example

White with #B21B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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