Html Css Color HEX #BC1692 Medium Violet Red

📋 copy color: '#BC1692'

red 188 ◦ green 22 ◦ blue 146

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

Shades of Medium Violet Red #BC1692

Tints of Medium Violet Red #BC1692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.18%

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

R = 52.81%
G = 6.18%
B = 41.01%

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

#BC1692 (or 0xBC1692) is known color: Medium Violet Red. HEX triplet: BC, 16 and 92. RGB value is (188,22,146). Sum of RGB (Red+Green+Blue) = 188+22+146=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1692 is #43E96D. Grayscale: #555555. Windows color (decimal): -4450670 or 9574076. OLE color: 9574076.

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

Color convert

RGB 188 22 146 -
CMYK 0 0.88 0.22 0.26
HSL 315.18º 0.79% 0.41% -
HSV(B) 315.18º 0.88% 0.74% -
XYZ 26.21 13.34 28.39 -
YUV 85.77 162 200.92 -
System Red Green Blue C M Y K H S L
Decimal 188 22 146 0 0.88 0.22 0.26 315.18 0.79 0.41
Hex BC 16 92 0 58 16 1A 13B 4F 29
Octal 274 26 222 0 130 26 32 473 117 51
Binary 10111100 10110 10010010 0 1011000 10110 11010 100111011 1001111 101001

Color Harmonies of #BC1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1692

Black with #BC1692

Text Example


Text Example

White with #BC1692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1692; }

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

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

background-color css

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

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

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

border-color css

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

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

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