Html Css Color HEX #B0218C Medium Red Violet

📋 copy color: '#B0218C'

red 176 ◦ green 33 ◦ blue 140

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

Shades of Medium Red Violet #B0218C

Tints of Medium Red Violet #B0218C

RGB

 RED value IS 176 (69.14% from 255) = 50.43%

 GREEN value IS 33 (13.28% from 255) = 9.46%

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 50.43%
G = 9.46%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0218C (or 0xB0218C) is known color: Medium Red Violet. HEX triplet: B0, 21 and 8C. RGB value is (176,33,140). Sum of RGB (Red+Green+Blue) = 176+33+140=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0218C is #4FDE73. Grayscale: #575757. Windows color (decimal): -5234292 or 9183664. OLE color: 9183664.

HSL color Cylindrical-coordinate representation of color #B0218C: hue angle of 315.1º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0218C is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 33 140 -
CMYK 0 0.81 0.20 0.31
HSL 315.1º 0.68% 0.41% -
HSV(B) 315.1º 0.81% 0.69% -
XYZ 23.18 12.21 25.95 -
YUV 87.96 157.38 190.8 -
System Red Green Blue C M Y K H S L
Decimal 176 33 140 0 0.81 0.20 0.31 315.1 0.68 0.41
Hex B0 21 8C 0 51 14 1F 13B 44 29
Octal 260 41 214 0 121 24 37 473 104 51
Binary 10110000 100001 10001100 0 1010001 10100 11111 100111011 1000100 101001

Color Harmonies of #B0218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0218C

Black with #B0218C

Text Example


Text Example

White with #B0218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0218C; }

 p { color: rgb(176,33,140); }

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

background-color css

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

 a { background-color: rgb(176,33,140); }

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

border-color css

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

 span { border-color: rgb(176,33,140); }

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