Html Css Color HEX #BC11A5 Medium Violet Red

📋 copy color: '#BC11A5'

red 188 ◦ green 17 ◦ blue 165

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

Shades of Medium Violet Red #BC11A5

Tints of Medium Violet Red #BC11A5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.59%

 BLUE value IS 165 (64.84% from 255) = 44.59%

R = 50.81%
G = 4.59%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC11A5 (or 0xBC11A5) is known color: Medium Violet Red. HEX triplet: BC, 11 and A5. RGB value is (188,17,165). Sum of RGB (Red+Green+Blue) = 188+17+165=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC11A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC11A5 is #43EE5A. Grayscale: #545454. Windows color (decimal): -4451931 or 10817980. OLE color: 10817980.

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

Color convert

RGB 188 17 165 -
CMYK 0 0.91 0.12 0.26
HSL 308.07º 0.83% 0.4% -
HSV(B) 308.07º 0.91% 0.74% -
XYZ 27.73 13.81 36.8 -
YUV 85 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 188 17 165 0 0.91 0.12 0.26 308.07 0.83 0.4
Hex BC 11 A5 0 5B C 1A 134 53 28
Octal 274 21 245 0 133 14 32 464 123 50
Binary 10111100 10001 10100101 0 1011011 1100 11010 100110100 1010011 101000

Color Harmonies of #BC11A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC11A5

Black with #BC11A5

Text Example


Text Example

White with #BC11A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC11A5; }

 p { color: rgb(188,17,165); }

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

background-color css

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

 a { background-color: rgb(188,17,165); }

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

border-color css

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

 span { border-color: rgb(188,17,165); }

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