Html Css Color HEX #BC18AA Medium Violet Red

📋 copy color: '#BC18AA'

red 188 ◦ green 24 ◦ blue 170

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

Shades of Medium Violet Red #BC18AA

Tints of Medium Violet Red #BC18AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 49.21%
G = 6.28%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC18AA (or 0xBC18AA) is known color: Medium Violet Red. HEX triplet: BC, 18 and AA. RGB value is (188,24,170). Sum of RGB (Red+Green+Blue) = 188+24+170=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC18AA is #43E755. Grayscale: #595959. Windows color (decimal): -4450134 or 11147452. OLE color: 11147452.

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

Color convert

RGB 188 24 170 -
CMYK 0 0.87 0.10 0.26
HSL 306.59º 0.77% 0.42% -
HSV(B) 306.59º 0.87% 0.74% -
XYZ 28.32 14.25 39.29 -
YUV 89.68 173.33 198.13 -
System Red Green Blue C M Y K H S L
Decimal 188 24 170 0 0.87 0.10 0.26 306.59 0.77 0.42
Hex BC 18 AA 0 57 A 1A 133 4D 2A
Octal 274 30 252 0 127 12 32 463 115 52
Binary 10111100 11000 10101010 0 1010111 1010 11010 100110011 1001101 101010

Color Harmonies of #BC18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18AA

Black with #BC18AA

Text Example


Text Example

White with #BC18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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