Html Css Color HEX #B21CA9 Medium Violet Red

📋 copy color: '#B21CA9'

red 178 ◦ green 28 ◦ blue 169

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

Shades of Medium Violet Red #B21CA9

Tints of Medium Violet Red #B21CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 45.07%

R = 47.47%
G = 7.47%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B21CA9 (or 0xB21CA9) is known color: Medium Violet Red. HEX triplet: B2, 1C and A9. RGB value is (178,28,169). Sum of RGB (Red+Green+Blue) = 178+28+169=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B21CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21CA9 is #4DE356. Grayscale: #585858. Windows color (decimal): -5104471 or 11082930. OLE color: 11082930.

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

Color convert

RGB 178 28 169 -
CMYK 0 0.84 0.05 0.30
HSL 303.6º 0.73% 0.4% -
HSV(B) 303.6º 0.84% 0.7% -
XYZ 25.94 13.16 38.71 -
YUV 88.92 173.2 191.54 -
System Red Green Blue C M Y K H S L
Decimal 178 28 169 0 0.84 0.05 0.30 303.6 0.73 0.4
Hex B2 1C A9 0 54 5 1E 130 49 28
Octal 262 34 251 0 124 5 36 460 111 50
Binary 10110010 11100 10101001 0 1010100 101 11110 100110000 1001001 101000

Color Harmonies of #B21CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CA9

Black with #B21CA9

Text Example


Text Example

White with #B21CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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