Html Css Color HEX #BC1483 Medium Violet Red

📋 copy color: '#BC1483'

red 188 ◦ green 20 ◦ blue 131

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

Shades of Medium Violet Red #BC1483

Tints of Medium Violet Red #BC1483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.9%

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

R = 55.46%
G = 5.9%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC1483 (or 0xBC1483) is known color: Medium Violet Red. HEX triplet: BC, 14 and 83. RGB value is (188,20,131). Sum of RGB (Red+Green+Blue) = 188+20+131=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1483 is #43EB7C. Grayscale: #525252. Windows color (decimal): -4451197 or 8590524. OLE color: 8590524.

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

Color convert

RGB 188 20 131 -
CMYK 0 0.89 0.30 0.26
HSL 320.36º 0.81% 0.41% -
HSV(B) 320.36º 0.89% 0.74% -
XYZ 25.09 12.83 22.63 -
YUV 82.89 155.16 202.97 -
System Red Green Blue C M Y K H S L
Decimal 188 20 131 0 0.89 0.30 0.26 320.36 0.81 0.41
Hex BC 14 83 0 59 1E 1A 140 51 29
Octal 274 24 203 0 131 36 32 500 121 51
Binary 10111100 10100 10000011 0 1011001 11110 11010 101000000 1010001 101001

Color Harmonies of #BC1483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1483

Black with #BC1483

Text Example


Text Example

White with #BC1483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1483; }

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

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

background-color css

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

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

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

border-color css

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

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

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