Html Css Color HEX #B21A7A Medium Violet Red

📋 copy color: '#B21A7A'

red 178 ◦ green 26 ◦ blue 122

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

Shades of Medium Violet Red #B21A7A

Tints of Medium Violet Red #B21A7A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.98%

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 54.6%
G = 7.98%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B21A7A (or 0xB21A7A) is known color: Medium Violet Red. HEX triplet: B2, 1A and 7A. RGB value is (178,26,122). Sum of RGB (Red+Green+Blue) = 178+26+122=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A7A is #4DE585. Grayscale: #525252. Windows color (decimal): -5105030 or 8002226. OLE color: 8002226.

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

Color convert

RGB 178 26 122 -
CMYK 0 0.85 0.31 0.30
HSL 322.11º 0.75% 0.4% -
HSV(B) 322.11º 0.85% 0.7% -
XYZ 22.24 11.61 19.48 -
YUV 82.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 178 26 122 0 0.85 0.31 0.30 322.11 0.75 0.4
Hex B2 1A 7A 0 55 1F 1E 142 4B 28
Octal 262 32 172 0 125 37 36 502 113 50
Binary 10110010 11010 1111010 0 1010101 11111 11110 101000010 1001011 101000

Color Harmonies of #B21A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A7A

Black with #B21A7A

Text Example


Text Example

White with #B21A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A7A; }

 p { color: rgb(178,26,122); }

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

background-color css

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

 a { background-color: rgb(178,26,122); }

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

border-color css

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

 span { border-color: rgb(178,26,122); }

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