Html Css Color HEX #BC087D Medium Violet Red

📋 copy color: '#BC087D'

red 188 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #BC087D

Tints of Medium Violet Red #BC087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 58.57%
G = 2.49%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC087D (or 0xBC087D) is known color: Medium Violet Red. HEX triplet: BC, 08 and 7D. RGB value is (188,8,125). Sum of RGB (Red+Green+Blue) = 188+8+125=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC087D is #43F782. Grayscale: #4A4A4A. Windows color (decimal): -4454275 or 8194236. OLE color: 8194236.

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

Color convert

RGB 188 8 125 -
CMYK 0 0.96 0.34 0.26
HSL 321º 0.92% 0.38% -
HSV(B) 321º 0.96% 0.74% -
XYZ 24.53 12.35 20.49 -
YUV 75.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 188 8 125 0 0.96 0.34 0.26 321 0.92 0.38
Hex BC 8 7D 0 60 22 1A 141 5C 26
Octal 274 10 175 0 140 42 32 501 134 46
Binary 10111100 1000 1111101 0 1100000 100010 11010 101000001 1011100 100110

Color Harmonies of #BC087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC087D

Black with #BC087D

Text Example


Text Example

White with #BC087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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