Html Css Color HEX #BC0388 Medium Violet Red

📋 copy color: '#BC0388'

red 188 ◦ green 3 ◦ blue 136

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

Shades of Medium Violet Red #BC0388

Tints of Medium Violet Red #BC0388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 57.49%
G = 0.92%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC0388 (or 0xBC0388) is known color: Medium Violet Red. HEX triplet: BC, 03 and 88. RGB value is (188,3,136). Sum of RGB (Red+Green+Blue) = 188+3+136=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0388 is #43FC77. Grayscale: #494949. Windows color (decimal): -4455544 or 8913852. OLE color: 8913852.

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

Color convert

RGB 188 3 136 -
CMYK 0 0.98 0.28 0.26
HSL 316.86º 0.97% 0.37% -
HSV(B) 316.86º 0.98% 0.74% -
XYZ 25.22 12.53 24.38 -
YUV 73.48 163.29 209.69 -
System Red Green Blue C M Y K H S L
Decimal 188 3 136 0 0.98 0.28 0.26 316.86 0.97 0.37
Hex BC 3 88 0 62 1C 1A 13D 61 25
Octal 274 3 210 0 142 34 32 475 141 45
Binary 10111100 11 10001000 0 1100010 11100 11010 100111101 1100001 100101

Color Harmonies of #BC0388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0388

Black with #BC0388

Text Example


Text Example

White with #BC0388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0388; }

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

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

background-color css

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

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

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

border-color css

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

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

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