Html Css Color HEX #BC1792 Medium Violet Red

📋 copy color: '#BC1792'

red 188 ◦ green 23 ◦ blue 146

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

Shades of Medium Violet Red #BC1792

Tints of Medium Violet Red #BC1792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.9%

R = 52.66%
G = 6.44%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC1792 (or 0xBC1792) is known color: Medium Violet Red. HEX triplet: BC, 17 and 92. RGB value is (188,23,146). Sum of RGB (Red+Green+Blue) = 188+23+146=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1792 is #43E86D. Grayscale: #565656. Windows color (decimal): -4450414 or 9574332. OLE color: 9574332.

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

Color convert

RGB 188 23 146 -
CMYK 0 0.88 0.22 0.26
HSL 315.27º 0.78% 0.41% -
HSV(B) 315.27º 0.88% 0.74% -
XYZ 26.23 13.38 28.39 -
YUV 86.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 188 23 146 0 0.88 0.22 0.26 315.27 0.78 0.41
Hex BC 17 92 0 58 16 1A 13B 4E 29
Octal 274 27 222 0 130 26 32 473 116 51
Binary 10111100 10111 10010010 0 1011000 10110 11010 100111011 1001110 101001

Color Harmonies of #BC1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1792

Black with #BC1792

Text Example


Text Example

White with #BC1792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1792; }

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

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

background-color css

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

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

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

border-color css

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

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

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