Html Css Color HEX #BC1B83 Medium Violet Red

📋 copy color: '#BC1B83'

red 188 ◦ green 27 ◦ blue 131

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

Shades of Medium Violet Red #BC1B83

Tints of Medium Violet Red #BC1B83

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 54.34%
G = 7.8%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC1B83 (or 0xBC1B83) is known color: Medium Violet Red. HEX triplet: BC, 1B and 83. RGB value is (188,27,131). Sum of RGB (Red+Green+Blue) = 188+27+131=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1B83 is #43E47C. Grayscale: #565656. Windows color (decimal): -4449405 or 8592316. OLE color: 8592316.

HSL color Cylindrical-coordinate representation of color #BC1B83: hue angle of 321.24º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B83 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 27 131 -
CMYK 0 0.86 0.30 0.26
HSL 321.24º 0.75% 0.42% -
HSV(B) 321.24º 0.86% 0.74% -
XYZ 25.23 13.11 22.67 -
YUV 87 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 188 27 131 0 0.86 0.30 0.26 321.24 0.75 0.42
Hex BC 1B 83 0 56 1E 1A 141 4B 2A
Octal 274 33 203 0 126 36 32 501 113 52
Binary 10111100 11011 10000011 0 1010110 11110 11010 101000001 1001011 101010

Color Harmonies of #BC1B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B83

Black with #BC1B83

Text Example


Text Example

White with #BC1B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B83; }

 p { color: rgb(188,27,131); }

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

background-color css

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

 a { background-color: rgb(188,27,131); }

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

border-color css

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

 span { border-color: rgb(188,27,131); }

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