Html Css Color HEX #BC1F6B Medium Violet Red

📋 copy color: '#BC1F6B'

red 188 ◦ green 31 ◦ blue 107

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

Shades of Medium Violet Red #BC1F6B

Tints of Medium Violet Red #BC1F6B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.51%

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 57.67%
G = 9.51%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC1F6B (or 0xBC1F6B) is known color: Medium Violet Red. HEX triplet: BC, 1F and 6B. RGB value is (188,31,107). Sum of RGB (Red+Green+Blue) = 188+31+107=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1F6B is #43E094. Grayscale: #565656. Windows color (decimal): -4448405 or 7020476. OLE color: 7020476.

HSL color Cylindrical-coordinate representation of color #BC1F6B: hue angle of 330.96º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1F6B is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 31 107 -
CMYK 0 0.84 0.43 0.26
HSL 330.96º 0.72% 0.43% -
HSV(B) 330.96º 0.84% 0.74% -
XYZ 23.88 12.73 15.11 -
YUV 86.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 188 31 107 0 0.84 0.43 0.26 330.96 0.72 0.43
Hex BC 1F 6B 0 54 2B 1A 14B 48 2B
Octal 274 37 153 0 124 53 32 513 110 53
Binary 10111100 11111 1101011 0 1010100 101011 11010 101001011 1001000 101011

Color Harmonies of #BC1F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F6B

Black with #BC1F6B

Text Example


Text Example

White with #BC1F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F6B; }

 p { color: rgb(188,31,107); }

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

background-color css

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

 a { background-color: rgb(188,31,107); }

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

border-color css

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

 span { border-color: rgb(188,31,107); }

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