Html Css Color HEX #B21782 Medium Violet Red

📋 copy color: '#B21782'

red 178 ◦ green 23 ◦ blue 130

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

Shades of Medium Violet Red #B21782

Tints of Medium Violet Red #B21782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.27%

R = 53.78%
G = 6.95%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B21782 (or 0xB21782) is known color: Medium Violet Red. HEX triplet: B2, 17 and 82. RGB value is (178,23,130). Sum of RGB (Red+Green+Blue) = 178+23+130=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B21782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21782 is #4DE87D. Grayscale: #515151. Windows color (decimal): -5105790 or 8525746. OLE color: 8525746.

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

Color convert

RGB 178 23 130 -
CMYK 0 0.87 0.27 0.30
HSL 318.58º 0.77% 0.39% -
HSV(B) 318.58º 0.87% 0.7% -
XYZ 22.7 11.69 22.18 -
YUV 81.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 178 23 130 0 0.87 0.27 0.30 318.58 0.77 0.39
Hex B2 17 82 0 57 1B 1E 13F 4D 27
Octal 262 27 202 0 127 33 36 477 115 47
Binary 10110010 10111 10000010 0 1010111 11011 11110 100111111 1001101 100111

Color Harmonies of #B21782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21782

Black with #B21782

Text Example


Text Example

White with #B21782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21782; }

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

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

background-color css

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

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

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

border-color css

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

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

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