Html Css Color HEX #BC1282 Medium Violet Red

📋 copy color: '#BC1282'

red 188 ◦ green 18 ◦ blue 130

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

Shades of Medium Violet Red #BC1282

Tints of Medium Violet Red #BC1282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.36%

 BLUE value IS 130 (51.17% from 255) = 38.69%

R = 55.95%
G = 5.36%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC1282 (or 0xBC1282) is known color: Medium Violet Red. HEX triplet: BC, 12 and 82. RGB value is (188,18,130). Sum of RGB (Red+Green+Blue) = 188+18+130=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1282 is #43ED7D. Grayscale: #515151. Windows color (decimal): -4451710 or 8524476. OLE color: 8524476.

HSL color Cylindrical-coordinate representation of color #BC1282: hue angle of 320.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1282 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 130 -
CMYK 0 0.90 0.31 0.26
HSL 320.47º 0.83% 0.4% -
HSV(B) 320.47º 0.9% 0.74% -
XYZ 24.98 12.74 22.26 -
YUV 81.6 155.32 203.89 -
System Red Green Blue C M Y K H S L
Decimal 188 18 130 0 0.90 0.31 0.26 320.47 0.83 0.4
Hex BC 12 82 0 5A 1F 1A 140 53 28
Octal 274 22 202 0 132 37 32 500 123 50
Binary 10111100 10010 10000010 0 1011010 11111 11010 101000000 1010011 101000

Color Harmonies of #BC1282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1282

Black with #BC1282

Text Example


Text Example

White with #BC1282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1282; }

 p { color: rgb(188,18,130); }

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

background-color css

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

 a { background-color: rgb(188,18,130); }

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

border-color css

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

 span { border-color: rgb(188,18,130); }

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