Html Css Color HEX #BC129D Medium Violet Red

📋 copy color: '#BC129D'

red 188 ◦ green 18 ◦ blue 157

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

Shades of Medium Violet Red #BC129D

Tints of Medium Violet Red #BC129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.96%

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

R = 51.79%
G = 4.96%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC129D (or 0xBC129D) is known color: Medium Violet Red. HEX triplet: BC, 12 and 9D. RGB value is (188,18,157). Sum of RGB (Red+Green+Blue) = 188+18+157=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC129D is #43ED62. Grayscale: #545454. Windows color (decimal): -4451683 or 10293948. OLE color: 10293948.

HSL color Cylindrical-coordinate representation of color #BC129D: hue angle of 310.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC129D is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 157 -
CMYK 0 0.90 0.16 0.26
HSL 310.94º 0.83% 0.4% -
HSV(B) 310.94º 0.9% 0.74% -
XYZ 27.04 13.56 33.09 -
YUV 84.68 168.82 201.7 -
System Red Green Blue C M Y K H S L
Decimal 188 18 157 0 0.90 0.16 0.26 310.94 0.83 0.4
Hex BC 12 9D 0 5A 10 1A 137 53 28
Octal 274 22 235 0 132 20 32 467 123 50
Binary 10111100 10010 10011101 0 1011010 10000 11010 100110111 1010011 101000

Color Harmonies of #BC129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC129D

Black with #BC129D

Text Example


Text Example

White with #BC129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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