Html Css Color HEX #BC18A8 Medium Violet Red

📋 copy color: '#BC18A8'

red 188 ◦ green 24 ◦ blue 168

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

Shades of Medium Violet Red #BC18A8

Tints of Medium Violet Red #BC18A8

RGB

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

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

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

R = 49.47%
G = 6.32%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC18A8 (or 0xBC18A8) is known color: Medium Violet Red. HEX triplet: BC, 18 and A8. RGB value is (188,24,168). Sum of RGB (Red+Green+Blue) = 188+24+168=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC18A8 is #43E757. Grayscale: #595959. Windows color (decimal): -4450136 or 11016380. OLE color: 11016380.

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

Color convert

RGB 188 24 168 -
CMYK 0 0.87 0.11 0.26
HSL 307.32º 0.77% 0.42% -
HSV(B) 307.32º 0.87% 0.74% -
XYZ 28.13 14.17 38.3 -
YUV 89.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 188 24 168 0 0.87 0.11 0.26 307.32 0.77 0.42
Hex BC 18 A8 0 57 B 1A 133 4D 2A
Octal 274 30 250 0 127 13 32 463 115 52
Binary 10111100 11000 10101000 0 1010111 1011 11010 100110011 1001101 101010

Color Harmonies of #BC18A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18A8

Black with #BC18A8

Text Example


Text Example

White with #BC18A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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