Html Css Color HEX #BC168D Medium Violet Red

📋 copy color: '#BC168D'

red 188 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #BC168D

Tints of Medium Violet Red #BC168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 53.56%
G = 6.27%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC168D (or 0xBC168D) is known color: Medium Violet Red. HEX triplet: BC, 16 and 8D. RGB value is (188,22,141). Sum of RGB (Red+Green+Blue) = 188+22+141=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC168D is #43E972. Grayscale: #545454. Windows color (decimal): -4450675 or 9246396. OLE color: 9246396.

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

Color convert

RGB 188 22 141 -
CMYK 0 0.88 0.25 0.26
HSL 316.99º 0.79% 0.41% -
HSV(B) 316.99º 0.88% 0.74% -
XYZ 25.83 13.19 26.38 -
YUV 85.2 159.5 201.32 -
System Red Green Blue C M Y K H S L
Decimal 188 22 141 0 0.88 0.25 0.26 316.99 0.79 0.41
Hex BC 16 8D 0 58 19 1A 13D 4F 29
Octal 274 26 215 0 130 31 32 475 117 51
Binary 10111100 10110 10001101 0 1011000 11001 11010 100111101 1001111 101001

Color Harmonies of #BC168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC168D

Black with #BC168D

Text Example


Text Example

White with #BC168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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