Html Css Color HEX #B21290 Medium Violet Red

📋 copy color: '#B21290'

red 178 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #B21290

Tints of Medium Violet Red #B21290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.29%

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 52.35%
G = 5.29%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B21290 (or 0xB21290) is known color: Medium Violet Red. HEX triplet: B2, 12 and 90. RGB value is (178,18,144). Sum of RGB (Red+Green+Blue) = 178+18+144=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B21290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21290 is #4DED6F. Grayscale: #4F4F4F. Windows color (decimal): -5107056 or 9441970. OLE color: 9441970.

HSL color Cylindrical-coordinate representation of color #B21290: hue angle of 312.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21290 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 144 -
CMYK 0 0.90 0.19 0.30
HSL 312.75º 0.82% 0.38% -
HSV(B) 312.75º 0.9% 0.7% -
XYZ 23.61 11.91 27.44 -
YUV 80.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 178 18 144 0 0.90 0.19 0.30 312.75 0.82 0.38
Hex B2 12 90 0 5A 13 1E 139 52 26
Octal 262 22 220 0 132 23 36 471 122 46
Binary 10110010 10010 10010000 0 1011010 10011 11110 100111001 1010010 100110

Color Harmonies of #B21290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21290

Black with #B21290

Text Example


Text Example

White with #B21290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21290; }

 p { color: rgb(178,18,144); }

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

background-color css

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

 a { background-color: rgb(178,18,144); }

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

border-color css

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

 span { border-color: rgb(178,18,144); }

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