Html Css Color HEX #B21C9F Medium Violet Red

📋 copy color: '#B21C9F'

red 178 ◦ green 28 ◦ blue 159

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

Shades of Medium Violet Red #B21C9F

Tints of Medium Violet Red #B21C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.67%

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 48.77%
G = 7.67%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B21C9F (or 0xB21C9F) is known color: Medium Violet Red. HEX triplet: B2, 1C and 9F. RGB value is (178,28,159). Sum of RGB (Red+Green+Blue) = 178+28+159=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21C9F is #4DE360. Grayscale: #575757. Windows color (decimal): -5104481 or 10427570. OLE color: 10427570.

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

Color convert

RGB 178 28 159 -
CMYK 0 0.84 0.11 0.30
HSL 307.6º 0.73% 0.4% -
HSV(B) 307.6º 0.84% 0.7% -
XYZ 25.03 12.8 33.95 -
YUV 87.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 178 28 159 0 0.84 0.11 0.30 307.6 0.73 0.4
Hex B2 1C 9F 0 54 B 1E 134 49 28
Octal 262 34 237 0 124 13 36 464 111 50
Binary 10110010 11100 10011111 0 1010100 1011 11110 100110100 1001001 101000

Color Harmonies of #B21C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C9F

Black with #B21C9F

Text Example


Text Example

White with #B21C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C9F; }

 p { color: rgb(178,28,159); }

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

background-color css

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

 a { background-color: rgb(178,28,159); }

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

border-color css

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

 span { border-color: rgb(178,28,159); }

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