Html Css Color HEX #BC1F7B Medium Violet Red

📋 copy color: '#BC1F7B'

red 188 ◦ green 31 ◦ blue 123

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

Shades of Medium Violet Red #BC1F7B

Tints of Medium Violet Red #BC1F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.96%

R = 54.97%
G = 9.06%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC1F7B (or 0xBC1F7B) is known color: Medium Violet Red. HEX triplet: BC, 1F and 7B. RGB value is (188,31,123). Sum of RGB (Red+Green+Blue) = 188+31+123=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1F7B is #43E084. Grayscale: #585858. Windows color (decimal): -4448389 or 8069052. OLE color: 8069052.

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

Color convert

RGB 188 31 123 -
CMYK 0 0.84 0.35 0.26
HSL 324.84º 0.72% 0.43% -
HSV(B) 324.84º 0.84% 0.74% -
XYZ 24.8 13.1 19.96 -
YUV 88.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 188 31 123 0 0.84 0.35 0.26 324.84 0.72 0.43
Hex BC 1F 7B 0 54 23 1A 145 48 2B
Octal 274 37 173 0 124 43 32 505 110 53
Binary 10111100 11111 1111011 0 1010100 100011 11010 101000101 1001000 101011

Color Harmonies of #BC1F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F7B

Black with #BC1F7B

Text Example


Text Example

White with #BC1F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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