Html Css Color HEX #B21885 Medium Violet Red

📋 copy color: '#B21885'

red 178 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #B21885

Tints of Medium Violet Red #B21885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.16%

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

R = 53.13%
G = 7.16%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B21885 (or 0xB21885) is known color: Medium Violet Red. HEX triplet: B2, 18 and 85. RGB value is (178,24,133). Sum of RGB (Red+Green+Blue) = 178+24+133=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B21885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21885 is #4DE77A. Grayscale: #525252. Windows color (decimal): -5105531 or 8722610. OLE color: 8722610.

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

Color convert

RGB 178 24 133 -
CMYK 0 0.87 0.25 0.30
HSL 317.53º 0.76% 0.4% -
HSV(B) 317.53º 0.87% 0.7% -
XYZ 22.92 11.81 23.26 -
YUV 82.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 178 24 133 0 0.87 0.25 0.30 317.53 0.76 0.4
Hex B2 18 85 0 57 19 1E 13E 4C 28
Octal 262 30 205 0 127 31 36 476 114 50
Binary 10110010 11000 10000101 0 1010111 11001 11110 100111110 1001100 101000

Color Harmonies of #B21885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21885

Black with #B21885

Text Example


Text Example

White with #B21885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21885; }

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

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

background-color css

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

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

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

border-color css

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

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

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