Html Css Color HEX #BC0289 Medium Violet Red

📋 copy color: '#BC0289'

red 188 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #BC0289

Tints of Medium Violet Red #BC0289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 137 (53.91% from 255) = 41.9%

R = 57.49%
G = 0.61%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC0289 (or 0xBC0289) is known color: Medium Violet Red. HEX triplet: BC, 02 and 89. RGB value is (188,2,137). Sum of RGB (Red+Green+Blue) = 188+2+137=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0289 is #43FD76. Grayscale: #484848. Windows color (decimal): -4455799 or 8979132. OLE color: 8979132.

HSL color Cylindrical-coordinate representation of color #BC0289: hue angle of 316.45º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0289 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 2 137 -
CMYK 0 0.99 0.27 0.26
HSL 316.45º 0.98% 0.37% -
HSV(B) 316.45º 0.99% 0.74% -
XYZ 25.28 12.54 24.76 -
YUV 73 164.12 210.02 -
System Red Green Blue C M Y K H S L
Decimal 188 2 137 0 0.99 0.27 0.26 316.45 0.98 0.37
Hex BC 2 89 0 63 1B 1A 13C 62 25
Octal 274 2 211 0 143 33 32 474 142 45
Binary 10111100 10 10001001 0 1100011 11011 11010 100111100 1100010 100101

Color Harmonies of #BC0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0289

Black with #BC0289

Text Example


Text Example

White with #BC0289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0289; }

 p { color: rgb(188,2,137); }

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

background-color css

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

 a { background-color: rgb(188,2,137); }

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

border-color css

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

 span { border-color: rgb(188,2,137); }

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