Html Css Color HEX #BC0482 Medium Violet Red

📋 copy color: '#BC0482'

red 188 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #BC0482

Tints of Medium Violet Red #BC0482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 58.39%
G = 1.24%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC0482 (or 0xBC0482) is known color: Medium Violet Red. HEX triplet: BC, 04 and 82. RGB value is (188,4,130). Sum of RGB (Red+Green+Blue) = 188+4+130=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0482 is #43FB7D. Grayscale: #494949. Windows color (decimal): -4455294 or 8520892. OLE color: 8520892.

HSL color Cylindrical-coordinate representation of color #BC0482: hue angle of 318.91º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0482 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 4 130 -
CMYK 0 0.98 0.31 0.26
HSL 318.91º 0.96% 0.38% -
HSV(B) 318.91º 0.98% 0.74% -
XYZ 24.81 12.39 22.2 -
YUV 73.38 159.96 209.75 -
System Red Green Blue C M Y K H S L
Decimal 188 4 130 0 0.98 0.31 0.26 318.91 0.96 0.38
Hex BC 4 82 0 62 1F 1A 13F 60 26
Octal 274 4 202 0 142 37 32 477 140 46
Binary 10111100 100 10000010 0 1100010 11111 11010 100111111 1100000 100110

Color Harmonies of #BC0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0482

Black with #BC0482

Text Example


Text Example

White with #BC0482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0482; }

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

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

background-color css

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

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

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

border-color css

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

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

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