Html Css Color HEX #BC1E8A Medium Violet Red

📋 copy color: '#BC1E8A'

red 188 ◦ green 30 ◦ blue 138

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

Shades of Medium Violet Red #BC1E8A

Tints of Medium Violet Red #BC1E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 52.81%
G = 8.43%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC1E8A (or 0xBC1E8A) is known color: Medium Violet Red. HEX triplet: BC, 1E and 8A. RGB value is (188,30,138). Sum of RGB (Red+Green+Blue) = 188+30+138=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1E8A is #43E175. Grayscale: #595959. Windows color (decimal): -4448630 or 9051836. OLE color: 9051836.

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

Color convert

RGB 188 30 138 -
CMYK 0 0.84 0.27 0.26
HSL 318.99º 0.72% 0.43% -
HSV(B) 318.99º 0.84% 0.74% -
XYZ 25.79 13.45 25.28 -
YUV 89.55 155.35 198.22 -
System Red Green Blue C M Y K H S L
Decimal 188 30 138 0 0.84 0.27 0.26 318.99 0.72 0.43
Hex BC 1E 8A 0 54 1B 1A 13F 48 2B
Octal 274 36 212 0 124 33 32 477 110 53
Binary 10111100 11110 10001010 0 1010100 11011 11010 100111111 1001000 101011

Color Harmonies of #BC1E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E8A

Black with #BC1E8A

Text Example


Text Example

White with #BC1E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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