Html Css Color HEX #B21B9E Medium Violet Red

📋 copy color: '#B21B9E'

red 178 ◦ green 27 ◦ blue 158

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

Shades of Medium Violet Red #B21B9E

Tints of Medium Violet Red #B21B9E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 49.04%
G = 7.44%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B21B9E (or 0xB21B9E) is known color: Medium Violet Red. HEX triplet: B2, 1B and 9E. RGB value is (178,27,158). Sum of RGB (Red+Green+Blue) = 178+27+158=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21B9E is #4DE461. Grayscale: #565656. Windows color (decimal): -5104738 or 10361778. OLE color: 10361778.

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

Color convert

RGB 178 27 158 -
CMYK 0 0.85 0.11 0.30
HSL 307.95º 0.74% 0.4% -
HSV(B) 307.95º 0.85% 0.7% -
XYZ 24.92 12.72 33.49 -
YUV 87.08 168.03 192.85 -
System Red Green Blue C M Y K H S L
Decimal 178 27 158 0 0.85 0.11 0.30 307.95 0.74 0.4
Hex B2 1B 9E 0 55 B 1E 134 4A 28
Octal 262 33 236 0 125 13 36 464 112 50
Binary 10110010 11011 10011110 0 1010101 1011 11110 100110100 1001010 101000

Color Harmonies of #B21B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21B9E

Black with #B21B9E

Text Example


Text Example

White with #B21B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21B9E; }

 p { color: rgb(178,27,158); }

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

background-color css

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

 a { background-color: rgb(178,27,158); }

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

border-color css

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

 span { border-color: rgb(178,27,158); }

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