Html Css Color HEX #B21082 Medium Violet Red

📋 copy color: '#B21082'

red 178 ◦ green 16 ◦ blue 130

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

Shades of Medium Violet Red #B21082

Tints of Medium Violet Red #B21082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.94%

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

R = 54.94%
G = 4.94%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B21082 (or 0xB21082) is known color: Medium Violet Red. HEX triplet: B2, 10 and 82. RGB value is (178,16,130). Sum of RGB (Red+Green+Blue) = 178+16+130=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B21082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21082 is #4DEF7D. Grayscale: #4D4D4D. Windows color (decimal): -5107582 or 8523954. OLE color: 8523954.

HSL color Cylindrical-coordinate representation of color #B21082: hue angle of 317.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B21082 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 16 130 -
CMYK 0 0.91 0.27 0.30
HSL 317.78º 0.84% 0.38% -
HSV(B) 317.78º 0.91% 0.7% -
XYZ 22.57 11.45 22.14 -
YUV 77.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 178 16 130 0 0.91 0.27 0.30 317.78 0.84 0.38
Hex B2 10 82 0 5B 1B 1E 13E 54 26
Octal 262 20 202 0 133 33 36 476 124 46
Binary 10110010 10000 10000010 0 1011011 11011 11110 100111110 1010100 100110

Color Harmonies of #B21082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21082

Black with #B21082

Text Example


Text Example

White with #B21082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21082; }

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

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

background-color css

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

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

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

border-color css

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

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

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