Html Css Color HEX #BC018A Medium Violet Red

📋 copy color: '#BC018A'

red 188 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #BC018A

Tints of Medium Violet Red #BC018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 57.49%
G = 0.31%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC018A (or 0xBC018A) is known color: Medium Violet Red. HEX triplet: BC, 01 and 8A. RGB value is (188,1,138). Sum of RGB (Red+Green+Blue) = 188+1+138=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC018A is #43FE75. Grayscale: #484848. Windows color (decimal): -4456054 or 9044412. OLE color: 9044412.

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

Color convert

RGB 188 1 138 -
CMYK 0 0.99 0.27 0.26
HSL 316.04º 0.99% 0.37% -
HSV(B) 316.04º 0.99% 0.74% -
XYZ 25.34 12.55 25.13 -
YUV 72.53 164.95 210.36 -
System Red Green Blue C M Y K H S L
Decimal 188 1 138 0 0.99 0.27 0.26 316.04 0.99 0.37
Hex BC 1 8A 0 63 1B 1A 13C 63 25
Octal 274 1 212 0 143 33 32 474 143 45
Binary 10111100 1 10001010 0 1100011 11011 11010 100111100 1100011 100101

Color Harmonies of #BC018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC018A

Black with #BC018A

Text Example


Text Example

White with #BC018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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