Html Css Color HEX #BC169C Medium Violet Red

📋 copy color: '#BC169C'

red 188 ◦ green 22 ◦ blue 156

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

Shades of Medium Violet Red #BC169C

Tints of Medium Violet Red #BC169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.01%

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 51.37%
G = 6.01%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC169C (or 0xBC169C) is known color: Medium Violet Red. HEX triplet: BC, 16 and 9C. RGB value is (188,22,156). Sum of RGB (Red+Green+Blue) = 188+22+156=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC169C is #43E963. Grayscale: #565656. Windows color (decimal): -4450660 or 10229436. OLE color: 10229436.

HSL color Cylindrical-coordinate representation of color #BC169C: hue angle of 311.57º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC169C is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 22 156 -
CMYK 0 0.88 0.17 0.26
HSL 311.57º 0.79% 0.41% -
HSV(B) 311.57º 0.88% 0.74% -
XYZ 27.03 13.67 32.67 -
YUV 86.91 167 200.1 -
System Red Green Blue C M Y K H S L
Decimal 188 22 156 0 0.88 0.17 0.26 311.57 0.79 0.41
Hex BC 16 9C 0 58 11 1A 138 4F 29
Octal 274 26 234 0 130 21 32 470 117 51
Binary 10111100 10110 10011100 0 1011000 10001 11010 100111000 1001111 101001

Color Harmonies of #BC169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC169C

Black with #BC169C

Text Example


Text Example

White with #BC169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC169C; }

 p { color: rgb(188,22,156); }

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

background-color css

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

 a { background-color: rgb(188,22,156); }

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

border-color css

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

 span { border-color: rgb(188,22,156); }

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