Html Css Color HEX #BC129C Medium Violet Red

📋 copy color: '#BC129C'

red 188 ◦ green 18 ◦ blue 156

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

Shades of Medium Violet Red #BC129C

Tints of Medium Violet Red #BC129C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.09%

R = 51.93%
G = 4.97%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC129C (or 0xBC129C) is known color: Medium Violet Red. HEX triplet: BC, 12 and 9C. RGB value is (188,18,156). Sum of RGB (Red+Green+Blue) = 188+18+156=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC129C is #43ED63. Grayscale: #545454. Windows color (decimal): -4451684 or 10228412. OLE color: 10228412.

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

Color convert

RGB 188 18 156 -
CMYK 0 0.90 0.17 0.26
HSL 311.29º 0.83% 0.4% -
HSV(B) 311.29º 0.9% 0.74% -
XYZ 26.96 13.52 32.64 -
YUV 84.56 168.32 201.78 -
System Red Green Blue C M Y K H S L
Decimal 188 18 156 0 0.90 0.17 0.26 311.29 0.83 0.4
Hex BC 12 9C 0 5A 11 1A 137 53 28
Octal 274 22 234 0 132 21 32 467 123 50
Binary 10111100 10010 10011100 0 1011010 10001 11010 100110111 1010011 101000

Color Harmonies of #BC129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC129C

Black with #BC129C

Text Example


Text Example

White with #BC129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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