Html Css Color HEX #BC0173 Medium Violet Red

📋 copy color: '#BC0173'

red 188 ◦ green 1 ◦ blue 115

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

Shades of Medium Violet Red #BC0173

Tints of Medium Violet Red #BC0173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 61.84%
G = 0.33%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC0173 (or 0xBC0173) is known color: Medium Violet Red. HEX triplet: BC, 01 and 73. RGB value is (188,1,115). Sum of RGB (Red+Green+Blue) = 188+1+115=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0173 is #43FE8C. Grayscale: #454545. Windows color (decimal): -4456077 or 7537084. OLE color: 7537084.

HSL color Cylindrical-coordinate representation of color #BC0173: hue angle of 323.42º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0173 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 1 115 -
CMYK 0 0.99 0.39 0.26
HSL 323.42º 0.99% 0.37% -
HSV(B) 323.42º 0.99% 0.74% -
XYZ 23.84 11.95 17.27 -
YUV 69.91 153.45 212.23 -
System Red Green Blue C M Y K H S L
Decimal 188 1 115 0 0.99 0.39 0.26 323.42 0.99 0.37
Hex BC 1 73 0 63 27 1A 143 63 25
Octal 274 1 163 0 143 47 32 503 143 45
Binary 10111100 1 1110011 0 1100011 100111 11010 101000011 1100011 100101

Color Harmonies of #BC0173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0173

Black with #BC0173

Text Example


Text Example

White with #BC0173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0173; }

 p { color: rgb(188,1,115); }

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

background-color css

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

 a { background-color: rgb(188,1,115); }

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

border-color css

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

 span { border-color: rgb(188,1,115); }

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