Html Css Color HEX #B21385 Medium Violet Red

📋 copy color: '#B21385'

red 178 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #B21385

Tints of Medium Violet Red #B21385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 53.94%
G = 5.76%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B21385 (or 0xB21385) is known color: Medium Violet Red. HEX triplet: B2, 13 and 85. RGB value is (178,19,133). Sum of RGB (Red+Green+Blue) = 178+19+133=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B21385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21385 is #4DEC7A. Grayscale: #4F4F4F. Windows color (decimal): -5106811 or 8721330. OLE color: 8721330.

HSL color Cylindrical-coordinate representation of color #B21385: hue angle of 316.98º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21385 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 133 -
CMYK 0 0.89 0.25 0.30
HSL 316.98º 0.81% 0.39% -
HSV(B) 316.98º 0.89% 0.7% -
XYZ 22.83 11.62 23.23 -
YUV 79.54 158.18 198.23 -
System Red Green Blue C M Y K H S L
Decimal 178 19 133 0 0.89 0.25 0.30 316.98 0.81 0.39
Hex B2 13 85 0 59 19 1E 13D 51 27
Octal 262 23 205 0 131 31 36 475 121 47
Binary 10110010 10011 10000101 0 1011001 11001 11110 100111101 1010001 100111

Color Harmonies of #B21385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21385

Black with #B21385

Text Example


Text Example

White with #B21385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21385; }

 p { color: rgb(178,19,133); }

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

background-color css

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

 a { background-color: rgb(178,19,133); }

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

border-color css

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

 span { border-color: rgb(178,19,133); }

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