Html Css Color HEX #BC008A Medium Violet Red

📋 copy color: '#BC008A'

red 188 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #BC008A

Tints of Medium Violet Red #BC008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 57.67%
G = 0%
B = 42.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC008A (or 0xBC008A) is known color: Medium Violet Red. HEX triplet: BC, 00 and 8A. RGB value is (188,0,138). Sum of RGB (Red+Green+Blue) = 188+0+138=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC008A is #43FF75. Grayscale: #474747. Windows color (decimal): -4456310 or 9044156. OLE color: 9044156.

HSL color Cylindrical-coordinate representation of color #BC008A: hue angle of 315.96º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC008A is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 138 -
CMYK 0 1 0.27 0.26
HSL 315.96º 1% 0.37% -
HSV(B) 315.96º 1% 0.74% -
XYZ 25.33 12.53 25.13 -
YUV 71.94 165.28 210.78 -
System Red Green Blue C M Y K H S L
Decimal 188 0 138 0 1 0.27 0.26 315.96 1 0.37
Hex BC 0 8A 0 64 1B 1A 13C 64 25
Octal 274 0 212 0 144 33 32 474 144 45
Binary 10111100 0 10001010 0 1100100 11011 11010 100111100 1100100 100101

Color Harmonies of #BC008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC008A

Black with #BC008A

Text Example


Text Example

White with #BC008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC008A; }

 p { color: rgb(188,0,138); }

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

background-color css

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

 a { background-color: rgb(188,0,138); }

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

border-color css

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

 span { border-color: rgb(188,0,138); }

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