Html Css Color HEX #BC0084 Medium Violet Red

📋 copy color: '#BC0084'

red 188 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #BC0084

Tints of Medium Violet Red #BC0084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 58.75%
G = 0%
B = 41.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC0084 (or 0xBC0084) is known color: Medium Violet Red. HEX triplet: BC, 00 and 84. RGB value is (188,0,132). Sum of RGB (Red+Green+Blue) = 188+0+132=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0084 is #43FF7B. Grayscale: #464646. Windows color (decimal): -4456316 or 8650940. OLE color: 8650940.

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

Color convert

RGB 188 0 132 -
CMYK 0 1 0.30 0.26
HSL 317.87º 1% 0.37% -
HSV(B) 317.87º 1% 0.74% -
XYZ 24.9 12.36 22.9 -
YUV 71.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 188 0 132 0 1 0.30 0.26 317.87 1 0.37
Hex BC 0 84 0 64 1E 1A 13E 64 25
Octal 274 0 204 0 144 36 32 476 144 45
Binary 10111100 0 10000100 0 1100100 11110 11010 100111110 1100100 100101

Color Harmonies of #BC0084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0084

Black with #BC0084

Text Example


Text Example

White with #BC0084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0084; }

 p { color: rgb(188,0,132); }

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

background-color css

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

 a { background-color: rgb(188,0,132); }

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

border-color css

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

 span { border-color: rgb(188,0,132); }

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