Html Css Color HEX #BC129B Medium Violet Red

📋 copy color: '#BC129B'

red 188 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #BC129B

Tints of Medium Violet Red #BC129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 52.08%
G = 4.99%
B = 42.94%

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

#BC129B (or 0xBC129B) is known color: Medium Violet Red. HEX triplet: BC, 12 and 9B. RGB value is (188,18,155). Sum of RGB (Red+Green+Blue) = 188+18+155=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC129B is #43ED64. Grayscale: #545454. Windows color (decimal): -4451685 or 10162876. OLE color: 10162876.

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

Color convert

RGB 188 18 155 -
CMYK 0 0.90 0.18 0.26
HSL 311.65º 0.83% 0.4% -
HSV(B) 311.65º 0.9% 0.74% -
XYZ 26.87 13.49 32.2 -
YUV 84.45 167.82 201.86 -
System Red Green Blue C M Y K H S L
Decimal 188 18 155 0 0.90 0.18 0.26 311.65 0.83 0.4
Hex BC 12 9B 0 5A 12 1A 138 53 28
Octal 274 22 233 0 132 22 32 470 123 50
Binary 10111100 10010 10011011 0 1011010 10010 11010 100111000 1010011 101000

Color Harmonies of #BC129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC129B

Black with #BC129B

Text Example


Text Example

White with #BC129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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