Html Css Color HEX #B21A7B Medium Violet Red

📋 copy color: '#B21A7B'

red 178 ◦ green 26 ◦ blue 123

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

Shades of Medium Violet Red #B21A7B

Tints of Medium Violet Red #B21A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.61%

R = 54.43%
G = 7.95%
B = 37.61%

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

#B21A7B (or 0xB21A7B) is known color: Medium Violet Red. HEX triplet: B2, 1A and 7B. RGB value is (178,26,123). Sum of RGB (Red+Green+Blue) = 178+26+123=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A7B is #4DE584. Grayscale: #525252. Windows color (decimal): -5105029 or 8067762. OLE color: 8067762.

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

Color convert

RGB 178 26 123 -
CMYK 0 0.85 0.31 0.30
HSL 321.71º 0.75% 0.4% -
HSV(B) 321.71º 0.85% 0.7% -
XYZ 22.3 11.63 19.81 -
YUV 82.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 178 26 123 0 0.85 0.31 0.30 321.71 0.75 0.4
Hex B2 1A 7B 0 55 1F 1E 142 4B 28
Octal 262 32 173 0 125 37 36 502 113 50
Binary 10110010 11010 1111011 0 1010101 11111 11110 101000010 1001011 101000

Color Harmonies of #B21A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A7B

Black with #B21A7B

Text Example


Text Example

White with #B21A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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