Html Css Color HEX #BC087F Medium Violet Red

📋 copy color: '#BC087F'

red 188 ◦ green 8 ◦ blue 127

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

Shades of Medium Violet Red #BC087F

Tints of Medium Violet Red #BC087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.32%

R = 58.2%
G = 2.48%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC087F (or 0xBC087F) is known color: Medium Violet Red. HEX triplet: BC, 08 and 7F. RGB value is (188,8,127). Sum of RGB (Red+Green+Blue) = 188+8+127=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC087F is #43F780. Grayscale: #4B4B4B. Windows color (decimal): -4454273 or 8325308. OLE color: 8325308.

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

Color convert

RGB 188 8 127 -
CMYK 0 0.96 0.32 0.26
HSL 320.33º 0.92% 0.38% -
HSV(B) 320.33º 0.96% 0.74% -
XYZ 24.66 12.4 21.17 -
YUV 75.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 188 8 127 0 0.96 0.32 0.26 320.33 0.92 0.38
Hex BC 8 7F 0 60 20 1A 140 5C 26
Octal 274 10 177 0 140 40 32 500 134 46
Binary 10111100 1000 1111111 0 1100000 100000 11010 101000000 1011100 100110

Color Harmonies of #BC087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC087F

Black with #BC087F

Text Example


Text Example

White with #BC087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC087F; }

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

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

background-color css

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

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

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

border-color css

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

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

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