Html Css Color HEX #BC1683 Medium Violet Red

📋 copy color: '#BC1683'

red 188 ◦ green 22 ◦ blue 131

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

Shades of Medium Violet Red #BC1683

Tints of Medium Violet Red #BC1683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.42%

R = 55.13%
G = 6.45%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC1683 (or 0xBC1683) is known color: Medium Violet Red. HEX triplet: BC, 16 and 83. RGB value is (188,22,131). Sum of RGB (Red+Green+Blue) = 188+22+131=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1683 is #43E97C. Grayscale: #535353. Windows color (decimal): -4450685 or 8591036. OLE color: 8591036.

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

Color convert

RGB 188 22 131 -
CMYK 0 0.88 0.30 0.26
HSL 320.6º 0.79% 0.41% -
HSV(B) 320.6º 0.88% 0.74% -
XYZ 25.12 12.9 22.64 -
YUV 84.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 188 22 131 0 0.88 0.30 0.26 320.6 0.79 0.41
Hex BC 16 83 0 58 1E 1A 141 4F 29
Octal 274 26 203 0 130 36 32 501 117 51
Binary 10111100 10110 10000011 0 1011000 11110 11010 101000001 1001111 101001

Color Harmonies of #BC1683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1683

Black with #BC1683

Text Example


Text Example

White with #BC1683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1683; }

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

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

background-color css

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

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

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

border-color css

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

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

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