Html Css Color HEX #BC087A Medium Violet Red

📋 copy color: '#BC087A'

red 188 ◦ green 8 ◦ blue 122

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

Shades of Medium Violet Red #BC087A

Tints of Medium Violet Red #BC087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.36%

R = 59.12%
G = 2.52%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC087A (or 0xBC087A) is known color: Medium Violet Red. HEX triplet: BC, 08 and 7A. RGB value is (188,8,122). Sum of RGB (Red+Green+Blue) = 188+8+122=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC087A is #43F785. Grayscale: #4A4A4A. Windows color (decimal): -4454278 or 7997628. OLE color: 7997628.

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

Color convert

RGB 188 8 122 -
CMYK 0 0.96 0.35 0.26
HSL 322º 0.92% 0.38% -
HSV(B) 322º 0.96% 0.74% -
XYZ 24.34 12.27 19.5 -
YUV 74.82 154.63 208.73 -
System Red Green Blue C M Y K H S L
Decimal 188 8 122 0 0.96 0.35 0.26 322 0.92 0.38
Hex BC 8 7A 0 60 23 1A 142 5C 26
Octal 274 10 172 0 140 43 32 502 134 46
Binary 10111100 1000 1111010 0 1100000 100011 11010 101000010 1011100 100110

Color Harmonies of #BC087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC087A

Black with #BC087A

Text Example


Text Example

White with #BC087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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