Html Css Color HEX #B21CA5 Medium Violet Red

📋 copy color: '#B21CA5'

red 178 ◦ green 28 ◦ blue 165

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

Shades of Medium Violet Red #B21CA5

Tints of Medium Violet Red #B21CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.47%

R = 47.98%
G = 7.55%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B21CA5 (or 0xB21CA5) is known color: Medium Violet Red. HEX triplet: B2, 1C and A5. RGB value is (178,28,165). Sum of RGB (Red+Green+Blue) = 178+28+165=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B21CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21CA5 is #4DE35A. Grayscale: #585858. Windows color (decimal): -5104475 or 10820786. OLE color: 10820786.

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

Color convert

RGB 178 28 165 -
CMYK 0 0.84 0.07 0.30
HSL 305.2º 0.73% 0.4% -
HSV(B) 305.2º 0.84% 0.7% -
XYZ 25.57 13.01 36.76 -
YUV 88.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 178 28 165 0 0.84 0.07 0.30 305.2 0.73 0.4
Hex B2 1C A5 0 54 7 1E 131 49 28
Octal 262 34 245 0 124 7 36 461 111 50
Binary 10110010 11100 10100101 0 1010100 111 11110 100110001 1001001 101000

Color Harmonies of #B21CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CA5

Black with #B21CA5

Text Example


Text Example

White with #B21CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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