Html Css Color HEX #BC1E8B Medium Violet Red

📋 copy color: '#BC1E8B'

red 188 ◦ green 30 ◦ blue 139

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

Shades of Medium Violet Red #BC1E8B

Tints of Medium Violet Red #BC1E8B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 52.66%
G = 8.4%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC1E8B (or 0xBC1E8B) is known color: Medium Violet Red. HEX triplet: BC, 1E and 8B. RGB value is (188,30,139). Sum of RGB (Red+Green+Blue) = 188+30+139=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1E8B is #43E174. Grayscale: #595959. Windows color (decimal): -4448629 or 9117372. OLE color: 9117372.

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

Color convert

RGB 188 30 139 -
CMYK 0 0.84 0.26 0.26
HSL 318.61º 0.72% 0.43% -
HSV(B) 318.61º 0.84% 0.74% -
XYZ 25.86 13.48 25.67 -
YUV 89.67 155.85 198.14 -
System Red Green Blue C M Y K H S L
Decimal 188 30 139 0 0.84 0.26 0.26 318.61 0.72 0.43
Hex BC 1E 8B 0 54 1A 1A 13F 48 2B
Octal 274 36 213 0 124 32 32 477 110 53
Binary 10111100 11110 10001011 0 1010100 11010 11010 100111111 1001000 101011

Color Harmonies of #BC1E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E8B

Black with #BC1E8B

Text Example


Text Example

White with #BC1E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E8B; }

 p { color: rgb(188,30,139); }

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

background-color css

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

 a { background-color: rgb(188,30,139); }

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

border-color css

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

 span { border-color: rgb(188,30,139); }

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