Html Css Color HEX #B21883 Medium Violet Red

📋 copy color: '#B21883'

red 178 ◦ green 24 ◦ blue 131

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

Shades of Medium Violet Red #B21883

Tints of Medium Violet Red #B21883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.21%

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 53.45%
G = 7.21%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B21883 (or 0xB21883) is known color: Medium Violet Red. HEX triplet: B2, 18 and 83. RGB value is (178,24,131). Sum of RGB (Red+Green+Blue) = 178+24+131=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B21883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21883 is #4DE77C. Grayscale: #515151. Windows color (decimal): -5105533 or 8591538. OLE color: 8591538.

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

Color convert

RGB 178 24 131 -
CMYK 0 0.87 0.26 0.30
HSL 318.31º 0.76% 0.4% -
HSV(B) 318.31º 0.87% 0.7% -
XYZ 22.78 11.76 22.54 -
YUV 82.24 155.52 196.3 -
System Red Green Blue C M Y K H S L
Decimal 178 24 131 0 0.87 0.26 0.30 318.31 0.76 0.4
Hex B2 18 83 0 57 1A 1E 13E 4C 28
Octal 262 30 203 0 127 32 36 476 114 50
Binary 10110010 11000 10000011 0 1010111 11010 11110 100111110 1001100 101000

Color Harmonies of #B21883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21883

Black with #B21883

Text Example


Text Example

White with #B21883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21883; }

 p { color: rgb(178,24,131); }

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

background-color css

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

 a { background-color: rgb(178,24,131); }

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

border-color css

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

 span { border-color: rgb(178,24,131); }

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