Html Css Color HEX #BC0888 Medium Violet Red

📋 copy color: '#BC0888'

red 188 ◦ green 8 ◦ blue 136

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

Shades of Medium Violet Red #BC0888

Tints of Medium Violet Red #BC0888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 56.63%
G = 2.41%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC0888 (or 0xBC0888) is known color: Medium Violet Red. HEX triplet: BC, 08 and 88. RGB value is (188,8,136). Sum of RGB (Red+Green+Blue) = 188+8+136=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0888 is #43F777. Grayscale: #4C4C4C. Windows color (decimal): -4454264 or 8915132. OLE color: 8915132.

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

Color convert

RGB 188 8 136 -
CMYK 0 0.96 0.28 0.26
HSL 317.33º 0.92% 0.38% -
HSV(B) 317.33º 0.96% 0.74% -
XYZ 25.27 12.64 24.4 -
YUV 76.41 161.63 207.59 -
System Red Green Blue C M Y K H S L
Decimal 188 8 136 0 0.96 0.28 0.26 317.33 0.92 0.38
Hex BC 8 88 0 60 1C 1A 13D 5C 26
Octal 274 10 210 0 140 34 32 475 134 46
Binary 10111100 1000 10001000 0 1100000 11100 11010 100111101 1011100 100110

Color Harmonies of #BC0888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0888

Black with #BC0888

Text Example


Text Example

White with #BC0888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0888; }

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

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

background-color css

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

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

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

border-color css

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

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

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