Html Css Color HEX #BC088D Medium Violet Red

📋 copy color: '#BC088D'

red 188 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #BC088D

Tints of Medium Violet Red #BC088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.37%

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

R = 55.79%
G = 2.37%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC088D (or 0xBC088D) is known color: Medium Violet Red. HEX triplet: BC, 08 and 8D. RGB value is (188,8,141). Sum of RGB (Red+Green+Blue) = 188+8+141=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC088D is #43F772. Grayscale: #4C4C4C. Windows color (decimal): -4454259 or 9242812. OLE color: 9242812.

HSL color Cylindrical-coordinate representation of color #BC088D: hue angle of 315.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC088D is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 141 -
CMYK 0 0.96 0.25 0.26
HSL 315.67º 0.92% 0.38% -
HSV(B) 315.67º 0.96% 0.74% -
XYZ 25.63 12.79 26.32 -
YUV 76.98 164.13 207.19 -
System Red Green Blue C M Y K H S L
Decimal 188 8 141 0 0.96 0.25 0.26 315.67 0.92 0.38
Hex BC 8 8D 0 60 19 1A 13C 5C 26
Octal 274 10 215 0 140 31 32 474 134 46
Binary 10111100 1000 10001101 0 1100000 11001 11010 100111100 1011100 100110

Color Harmonies of #BC088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC088D

Black with #BC088D

Text Example


Text Example

White with #BC088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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