Html Css Color HEX #B21087 Medium Violet Red

📋 copy color: '#B21087'

red 178 ◦ green 16 ◦ blue 135

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

Shades of Medium Violet Red #B21087

Tints of Medium Violet Red #B21087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 54.1%
G = 4.86%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B21087 (or 0xB21087) is known color: Medium Violet Red. HEX triplet: B2, 10 and 87. RGB value is (178,16,135). Sum of RGB (Red+Green+Blue) = 178+16+135=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B21087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21087 is #4DEF78. Grayscale: #4D4D4D. Windows color (decimal): -5107577 or 8851634. OLE color: 8851634.

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

Color convert

RGB 178 16 135 -
CMYK 0 0.91 0.24 0.30
HSL 315.93º 0.84% 0.38% -
HSV(B) 315.93º 0.91% 0.7% -
XYZ 22.92 11.58 23.95 -
YUV 78 160.17 199.32 -
System Red Green Blue C M Y K H S L
Decimal 178 16 135 0 0.91 0.24 0.30 315.93 0.84 0.38
Hex B2 10 87 0 5B 18 1E 13C 54 26
Octal 262 20 207 0 133 30 36 474 124 46
Binary 10110010 10000 10000111 0 1011011 11000 11110 100111100 1010100 100110

Color Harmonies of #B21087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21087

Black with #B21087

Text Example


Text Example

White with #B21087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21087; }

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

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

background-color css

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

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

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

border-color css

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

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

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