Html Css Color HEX #B21CA0 Medium Violet Red

📋 copy color: '#B21CA0'

red 178 ◦ green 28 ◦ blue 160

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

Shades of Medium Violet Red #B21CA0

Tints of Medium Violet Red #B21CA0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.65%

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 48.63%
G = 7.65%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B21CA0 (or 0xB21CA0) is known color: Medium Violet Red. HEX triplet: B2, 1C and A0. RGB value is (178,28,160). Sum of RGB (Red+Green+Blue) = 178+28+160=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B21CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21CA0 is #4DE35F. Grayscale: #575757. Windows color (decimal): -5104480 or 10493106. OLE color: 10493106.

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

Color convert

RGB 178 28 160 -
CMYK 0 0.84 0.10 0.30
HSL 307.2º 0.73% 0.4% -
HSV(B) 307.2º 0.84% 0.7% -
XYZ 25.12 12.83 34.41 -
YUV 87.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 178 28 160 0 0.84 0.10 0.30 307.2 0.73 0.4
Hex B2 1C A0 0 54 A 1E 133 49 28
Octal 262 34 240 0 124 12 36 463 111 50
Binary 10110010 11100 10100000 0 1010100 1010 11110 100110011 1001001 101000

Color Harmonies of #B21CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CA0

Black with #B21CA0

Text Example


Text Example

White with #B21CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CA0; }

 p { color: rgb(178,28,160); }

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

background-color css

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

 a { background-color: rgb(178,28,160); }

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

border-color css

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

 span { border-color: rgb(178,28,160); }

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