Html Css Color HEX #BC0288 Medium Violet Red

📋 copy color: '#BC0288'

red 188 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #BC0288

Tints of Medium Violet Red #BC0288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.72%

R = 57.67%
G = 0.61%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC0288 (or 0xBC0288) is known color: Medium Violet Red. HEX triplet: BC, 02 and 88. RGB value is (188,2,136). Sum of RGB (Red+Green+Blue) = 188+2+136=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0288 is #43FD77. Grayscale: #484848. Windows color (decimal): -4455800 or 8913596. OLE color: 8913596.

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

Color convert

RGB 188 2 136 -
CMYK 0 0.99 0.28 0.26
HSL 316.77º 0.98% 0.37% -
HSV(B) 316.77º 0.99% 0.74% -
XYZ 25.2 12.51 24.38 -
YUV 72.89 163.62 210.1 -
System Red Green Blue C M Y K H S L
Decimal 188 2 136 0 0.99 0.28 0.26 316.77 0.98 0.37
Hex BC 2 88 0 63 1C 1A 13D 62 25
Octal 274 2 210 0 143 34 32 475 142 45
Binary 10111100 10 10001000 0 1100011 11100 11010 100111101 1100010 100101

Color Harmonies of #BC0288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0288

Black with #BC0288

Text Example


Text Example

White with #BC0288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0288; }

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

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

background-color css

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

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

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

border-color css

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

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

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