Html Css Color HEX #BC129A Medium Violet Red

📋 copy color: '#BC129A'

red 188 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #BC129A

Tints of Medium Violet Red #BC129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.78%

R = 52.22%
G = 5%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC129A (or 0xBC129A) is known color: Medium Violet Red. HEX triplet: BC, 12 and 9A. RGB value is (188,18,154). Sum of RGB (Red+Green+Blue) = 188+18+154=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC129A is #43ED65. Grayscale: #535353. Windows color (decimal): -4451686 or 10097340. OLE color: 10097340.

HSL color Cylindrical-coordinate representation of color #BC129A: hue angle of 312º 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 #BC129A is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 154 -
CMYK 0 0.90 0.18 0.26
HSL 312º 0.83% 0.4% -
HSV(B) 312º 0.9% 0.74% -
XYZ 26.79 13.46 31.76 -
YUV 84.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 188 18 154 0 0.90 0.18 0.26 312 0.83 0.4
Hex BC 12 9A 0 5A 12 1A 138 53 28
Octal 274 22 232 0 132 22 32 470 123 50
Binary 10111100 10010 10011010 0 1011010 10010 11010 100111000 1010011 101000

Color Harmonies of #BC129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC129A

Black with #BC129A

Text Example


Text Example

White with #BC129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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