Html Css Color HEX #BC177A Medium Violet Red

📋 copy color: '#BC177A'

red 188 ◦ green 23 ◦ blue 122

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

Shades of Medium Violet Red #BC177A

Tints of Medium Violet Red #BC177A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.91%

 BLUE value IS 122 (48.05% from 255) = 36.64%

R = 56.46%
G = 6.91%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC177A (or 0xBC177A) is known color: Medium Violet Red. HEX triplet: BC, 17 and 7A. RGB value is (188,23,122). Sum of RGB (Red+Green+Blue) = 188+23+122=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC177A is #43E885. Grayscale: #535353. Windows color (decimal): -4450438 or 8001468. OLE color: 8001468.

HSL color Cylindrical-coordinate representation of color #BC177A: hue angle of 324º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC177A is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 122 -
CMYK 0 0.88 0.35 0.26
HSL 324º 0.78% 0.41% -
HSV(B) 324º 0.88% 0.74% -
XYZ 24.56 12.71 19.57 -
YUV 83.62 149.66 202.45 -
System Red Green Blue C M Y K H S L
Decimal 188 23 122 0 0.88 0.35 0.26 324 0.78 0.41
Hex BC 17 7A 0 58 23 1A 144 4E 29
Octal 274 27 172 0 130 43 32 504 116 51
Binary 10111100 10111 1111010 0 1011000 100011 11010 101000100 1001110 101001

Color Harmonies of #BC177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC177A

Black with #BC177A

Text Example


Text Example

White with #BC177A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC177A; }

 p { color: rgb(188,23,122); }

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

background-color css

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

 a { background-color: rgb(188,23,122); }

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

border-color css

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

 span { border-color: rgb(188,23,122); }

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