Html Css Color HEX #BC0085 Medium Violet Red

📋 copy color: '#BC0085'

red 188 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #BC0085

Tints of Medium Violet Red #BC0085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 58.57%
G = 0%
B = 41.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC0085 (or 0xBC0085) is known color: Medium Violet Red. HEX triplet: BC, 00 and 85. RGB value is (188,0,133). Sum of RGB (Red+Green+Blue) = 188+0+133=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0085 is #43FF7A. Grayscale: #474747. Windows color (decimal): -4456315 or 8716476. OLE color: 8716476.

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

Color convert

RGB 188 0 133 -
CMYK 0 1 0.29 0.26
HSL 317.55º 1% 0.37% -
HSV(B) 317.55º 1% 0.74% -
XYZ 24.97 12.38 23.26 -
YUV 71.37 162.78 211.19 -
System Red Green Blue C M Y K H S L
Decimal 188 0 133 0 1 0.29 0.26 317.55 1 0.37
Hex BC 0 85 0 64 1D 1A 13E 64 25
Octal 274 0 205 0 144 35 32 476 144 45
Binary 10111100 0 10000101 0 1100100 11101 11010 100111110 1100100 100101

Color Harmonies of #BC0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0085

Black with #BC0085

Text Example


Text Example

White with #BC0085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0085; }

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

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

background-color css

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

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

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

border-color css

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

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

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