Html Css Color HEX #B21C7B Medium Violet Red

📋 copy color: '#B21C7B'

red 178 ◦ green 28 ◦ blue 123

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

Shades of Medium Violet Red #B21C7B

Tints of Medium Violet Red #B21C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 54.1%
G = 8.51%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B21C7B (or 0xB21C7B) is known color: Medium Violet Red. HEX triplet: B2, 1C and 7B. RGB value is (178,28,123). Sum of RGB (Red+Green+Blue) = 178+28+123=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21C7B is #4DE384. Grayscale: #535353. Windows color (decimal): -5104517 or 8068274. OLE color: 8068274.

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

Color convert

RGB 178 28 123 -
CMYK 0 0.84 0.31 0.30
HSL 322º 0.73% 0.4% -
HSV(B) 322º 0.84% 0.7% -
XYZ 22.35 11.73 19.82 -
YUV 83.68 150.2 195.28 -
System Red Green Blue C M Y K H S L
Decimal 178 28 123 0 0.84 0.31 0.30 322 0.73 0.4
Hex B2 1C 7B 0 54 1F 1E 142 49 28
Octal 262 34 173 0 124 37 36 502 111 50
Binary 10110010 11100 1111011 0 1010100 11111 11110 101000010 1001001 101000

Color Harmonies of #B21C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C7B

Black with #B21C7B

Text Example


Text Example

White with #B21C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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