Html Css Color HEX #BC18A3 Medium Violet Red

📋 copy color: '#BC18A3'

red 188 ◦ green 24 ◦ blue 163

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

Shades of Medium Violet Red #BC18A3

Tints of Medium Violet Red #BC18A3

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.4%

 BLUE value IS 163 (64.06% from 255) = 43.47%

R = 50.13%
G = 6.4%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC18A3 (or 0xBC18A3) is known color: Medium Violet Red. HEX triplet: BC, 18 and A3. RGB value is (188,24,163). Sum of RGB (Red+Green+Blue) = 188+24+163=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC18A3 is #43E75C. Grayscale: #585858. Windows color (decimal): -4450141 or 10688700. OLE color: 10688700.

HSL color Cylindrical-coordinate representation of color #BC18A3: hue angle of 309.15º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC18A3 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 24 163 -
CMYK 0 0.87 0.13 0.26
HSL 309.15º 0.77% 0.42% -
HSV(B) 309.15º 0.87% 0.74% -
XYZ 27.68 13.99 35.89 -
YUV 88.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 188 24 163 0 0.87 0.13 0.26 309.15 0.77 0.42
Hex BC 18 A3 0 57 D 1A 135 4D 2A
Octal 274 30 243 0 127 15 32 465 115 52
Binary 10111100 11000 10100011 0 1010111 1101 11010 100110101 1001101 101010

Color Harmonies of #BC18A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18A3

Black with #BC18A3

Text Example


Text Example

White with #BC18A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18A3; }

 p { color: rgb(188,24,163); }

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

background-color css

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

 a { background-color: rgb(188,24,163); }

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

border-color css

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

 span { border-color: rgb(188,24,163); }

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