Html Css Color HEX #BC0871 Medium Violet Red

📋 copy color: '#BC0871'

red 188 ◦ green 8 ◦ blue 113

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

Shades of Medium Violet Red #BC0871

Tints of Medium Violet Red #BC0871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 60.84%
G = 2.59%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC0871 (or 0xBC0871) is known color: Medium Violet Red. HEX triplet: BC, 08 and 71. RGB value is (188,8,113). Sum of RGB (Red+Green+Blue) = 188+8+113=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0871 is #43F78E. Grayscale: #494949. Windows color (decimal): -4454287 or 7407804. OLE color: 7407804.

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

Color convert

RGB 188 8 113 -
CMYK 0 0.96 0.40 0.26
HSL 325º 0.92% 0.38% -
HSV(B) 325º 0.96% 0.74% -
XYZ 23.81 12.06 16.7 -
YUV 73.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 188 8 113 0 0.96 0.40 0.26 325 0.92 0.38
Hex BC 8 71 0 60 28 1A 145 5C 26
Octal 274 10 161 0 140 50 32 505 134 46
Binary 10111100 1000 1110001 0 1100000 101000 11010 101000101 1011100 100110

Color Harmonies of #BC0871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0871

Black with #BC0871

Text Example


Text Example

White with #BC0871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0871; }

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

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

background-color css

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

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

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

border-color css

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

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

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