Html Css Color HEX #B21781 Medium Violet Red

📋 copy color: '#B21781'

red 178 ◦ green 23 ◦ blue 129

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

Shades of Medium Violet Red #B21781

Tints of Medium Violet Red #B21781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.97%

 BLUE value IS 129 (50.78% from 255) = 39.09%

R = 53.94%
G = 6.97%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B21781 (or 0xB21781) is known color: Medium Violet Red. HEX triplet: B2, 17 and 81. RGB value is (178,23,129). Sum of RGB (Red+Green+Blue) = 178+23+129=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B21781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21781 is #4DE87E. Grayscale: #515151. Windows color (decimal): -5105791 or 8460210. OLE color: 8460210.

HSL color Cylindrical-coordinate representation of color #B21781: hue angle of 318.97º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21781 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 23 129 -
CMYK 0 0.87 0.28 0.30
HSL 318.97º 0.77% 0.39% -
HSV(B) 318.97º 0.87% 0.7% -
XYZ 22.63 11.66 21.83 -
YUV 81.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 178 23 129 0 0.87 0.28 0.30 318.97 0.77 0.39
Hex B2 17 81 0 57 1C 1E 13F 4D 27
Octal 262 27 201 0 127 34 36 477 115 47
Binary 10110010 10111 10000001 0 1010111 11100 11110 100111111 1001101 100111

Color Harmonies of #B21781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21781

Black with #B21781

Text Example


Text Example

White with #B21781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21781; }

 p { color: rgb(178,23,129); }

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

background-color css

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

 a { background-color: rgb(178,23,129); }

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

border-color css

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

 span { border-color: rgb(178,23,129); }

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