Html Css Color HEX #BC0874 Medium Violet Red

📋 copy color: '#BC0874'

red 188 ◦ green 8 ◦ blue 116

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

Shades of Medium Violet Red #BC0874

Tints of Medium Violet Red #BC0874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

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

R = 60.26%
G = 2.56%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC0874 (or 0xBC0874) is known color: Medium Violet Red. HEX triplet: BC, 08 and 74. RGB value is (188,8,116). Sum of RGB (Red+Green+Blue) = 188+8+116=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0874 is #43F78B. Grayscale: #494949. Windows color (decimal): -4454284 or 7604412. OLE color: 7604412.

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

Color convert

RGB 188 8 116 -
CMYK 0 0.96 0.38 0.26
HSL 324º 0.92% 0.38% -
HSV(B) 324º 0.96% 0.74% -
XYZ 23.98 12.13 17.6 -
YUV 74.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 188 8 116 0 0.96 0.38 0.26 324 0.92 0.38
Hex BC 8 74 0 60 26 1A 144 5C 26
Octal 274 10 164 0 140 46 32 504 134 46
Binary 10111100 1000 1110100 0 1100000 100110 11010 101000100 1011100 100110

Color Harmonies of #BC0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0874

Black with #BC0874

Text Example


Text Example

White with #BC0874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0874; }

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

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

background-color css

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

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

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

border-color css

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

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

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