Html Css Color HEX #BC0074 Medium Violet Red

📋 copy color: '#BC0074'

red 188 ◦ green 0 ◦ blue 116

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

Shades of Medium Violet Red #BC0074

Tints of Medium Violet Red #BC0074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 61.84%
G = 0%
B = 38.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC0074 (or 0xBC0074) is known color: Medium Violet Red. HEX triplet: BC, 00 and 74. RGB value is (188,0,116). Sum of RGB (Red+Green+Blue) = 188+0+116=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0074 is #43FF8B. Grayscale: #454545. Windows color (decimal): -4456332 or 7602364. OLE color: 7602364.

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

Color convert

RGB 188 0 116 -
CMYK 0 1 0.38 0.26
HSL 322.98º 1% 0.37% -
HSV(B) 322.98º 1% 0.74% -
XYZ 23.89 11.95 17.57 -
YUV 69.44 154.28 212.57 -
System Red Green Blue C M Y K H S L
Decimal 188 0 116 0 1 0.38 0.26 322.98 1 0.37
Hex BC 0 74 0 64 26 1A 143 64 25
Octal 274 0 164 0 144 46 32 503 144 45
Binary 10111100 0 1110100 0 1100100 100110 11010 101000011 1100100 100101

Color Harmonies of #BC0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0074

Black with #BC0074

Text Example


Text Example

White with #BC0074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0074; }

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

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

background-color css

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

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

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

border-color css

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

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

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