Html Css Color HEX #BC219D Medium Violet Red

📋 copy color: '#BC219D'

red 188 ◦ green 33 ◦ blue 157

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

Shades of Medium Violet Red #BC219D

Tints of Medium Violet Red #BC219D

RGB

 RED value IS 188 (73.83% from 255) = 49.74%

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

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 49.74%
G = 8.73%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC219D (or 0xBC219D) is known color: Medium Violet Red. HEX triplet: BC, 21 and 9D. RGB value is (188,33,157). Sum of RGB (Red+Green+Blue) = 188+33+157=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC219D is #43DE62. Grayscale: #5D5D5D. Windows color (decimal): -4447843 or 10297788. OLE color: 10297788.

HSL color Cylindrical-coordinate representation of color #BC219D: hue angle of 312º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC219D is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 33 157 -
CMYK 0 0.82 0.16 0.26
HSL 312º 0.7% 0.43% -
HSV(B) 312º 0.82% 0.74% -
XYZ 27.37 14.21 33.2 -
YUV 93.48 163.85 195.42 -
System Red Green Blue C M Y K H S L
Decimal 188 33 157 0 0.82 0.16 0.26 312 0.7 0.43
Hex BC 21 9D 0 52 10 1A 138 46 2B
Octal 274 41 235 0 122 20 32 470 106 53
Binary 10111100 100001 10011101 0 1010010 10000 11010 100111000 1000110 101011

Color Harmonies of #BC219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC219D

Black with #BC219D

Text Example


Text Example

White with #BC219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC219D; }

 p { color: rgb(188,33,157); }

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

background-color css

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

 a { background-color: rgb(188,33,157); }

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

border-color css

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

 span { border-color: rgb(188,33,157); }

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