Html Css Color HEX #BC0870 Medium Violet Red

📋 copy color: '#BC0870'

red 188 ◦ green 8 ◦ blue 112

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

Shades of Medium Violet Red #BC0870

Tints of Medium Violet Red #BC0870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 61.04%
G = 2.6%
B = 36.36%

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

#BC0870 (or 0xBC0870) is known color: Medium Violet Red. HEX triplet: BC, 08 and 70. RGB value is (188,8,112). Sum of RGB (Red+Green+Blue) = 188+8+112=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0870 is #43F78F. Grayscale: #494949. Windows color (decimal): -4454288 or 7342268. OLE color: 7342268.

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

Color convert

RGB 188 8 112 -
CMYK 0 0.96 0.40 0.26
HSL 325.33º 0.92% 0.38% -
HSV(B) 325.33º 0.96% 0.74% -
XYZ 23.75 12.03 16.4 -
YUV 73.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 188 8 112 0 0.96 0.40 0.26 325.33 0.92 0.38
Hex BC 8 70 0 60 28 1A 145 5C 26
Octal 274 10 160 0 140 50 32 505 134 46
Binary 10111100 1000 1110000 0 1100000 101000 11010 101000101 1011100 100110

Color Harmonies of #BC0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0870

Black with #BC0870

Text Example


Text Example

White with #BC0870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0870; }

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

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

background-color css

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

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

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

border-color css

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

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

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