Html Css Color HEX #B21892 Medium Violet Red

📋 copy color: '#B21892'

red 178 ◦ green 24 ◦ blue 146

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

Shades of Medium Violet Red #B21892

Tints of Medium Violet Red #B21892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 51.15%
G = 6.9%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B21892 (or 0xB21892) is known color: Medium Violet Red. HEX triplet: B2, 18 and 92. RGB value is (178,24,146). Sum of RGB (Red+Green+Blue) = 178+24+146=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B21892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21892 is #4DE76D. Grayscale: #535353. Windows color (decimal): -5105518 or 9574578. OLE color: 9574578.

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

Color convert

RGB 178 24 146 -
CMYK 0 0.87 0.18 0.30
HSL 312.47º 0.76% 0.4% -
HSV(B) 312.47º 0.87% 0.7% -
XYZ 23.88 12.19 28.29 -
YUV 83.95 163.02 195.08 -
System Red Green Blue C M Y K H S L
Decimal 178 24 146 0 0.87 0.18 0.30 312.47 0.76 0.4
Hex B2 18 92 0 57 12 1E 138 4C 28
Octal 262 30 222 0 127 22 36 470 114 50
Binary 10110010 11000 10010010 0 1010111 10010 11110 100111000 1001100 101000

Color Harmonies of #B21892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21892

Black with #B21892

Text Example


Text Example

White with #B21892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21892; }

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

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

background-color css

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

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

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

border-color css

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

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

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