Html Css Color HEX #BC009B Medium Violet Red

📋 copy color: '#BC009B'

red 188 ◦ green 0 ◦ blue 155

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

Shades of Medium Violet Red #BC009B

Tints of Medium Violet Red #BC009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 54.81%
G = 0%
B = 45.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC009B (or 0xBC009B) is known color: Medium Violet Red. HEX triplet: BC, 00 and 9B. RGB value is (188,0,155). Sum of RGB (Red+Green+Blue) = 188+0+155=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC009B is #43FF64. Grayscale: #494949. Windows color (decimal): -4456293 or 10158268. OLE color: 10158268.

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

Color convert

RGB 188 0 155 -
CMYK 0 1 0.18 0.26
HSL 310.53º 1% 0.37% -
HSV(B) 310.53º 1% 0.74% -
XYZ 26.66 13.06 32.13 -
YUV 73.88 173.78 209.4 -
System Red Green Blue C M Y K H S L
Decimal 188 0 155 0 1 0.18 0.26 310.53 1 0.37
Hex BC 0 9B 0 64 12 1A 137 64 25
Octal 274 0 233 0 144 22 32 467 144 45
Binary 10111100 0 10011011 0 1100100 10010 11010 100110111 1100100 100101

Color Harmonies of #BC009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC009B

Black with #BC009B

Text Example


Text Example

White with #BC009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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