Html Css Color HEX #BC1EA8 Medium Violet Red

📋 copy color: '#BC1EA8'

red 188 ◦ green 30 ◦ blue 168

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

Shades of Medium Violet Red #BC1EA8

Tints of Medium Violet Red #BC1EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.52%

R = 48.7%
G = 7.77%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC1EA8 (or 0xBC1EA8) is known color: Medium Violet Red. HEX triplet: BC, 1E and A8. RGB value is (188,30,168). Sum of RGB (Red+Green+Blue) = 188+30+168=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1EA8 is #43E157. Grayscale: #5C5C5C. Windows color (decimal): -4448600 or 11017916. OLE color: 11017916.

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

Color convert

RGB 188 30 168 -
CMYK 0 0.84 0.11 0.26
HSL 307.59º 0.72% 0.43% -
HSV(B) 307.59º 0.84% 0.74% -
XYZ 28.27 14.45 38.34 -
YUV 92.97 170.35 195.78 -
System Red Green Blue C M Y K H S L
Decimal 188 30 168 0 0.84 0.11 0.26 307.59 0.72 0.43
Hex BC 1E A8 0 54 B 1A 134 48 2B
Octal 274 36 250 0 124 13 32 464 110 53
Binary 10111100 11110 10101000 0 1010100 1011 11010 100110100 1001000 101011

Color Harmonies of #BC1EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EA8

Black with #BC1EA8

Text Example


Text Example

White with #BC1EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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