Html Css Color HEX #BC00B9 Deep Magenta

📋 copy color: '#BC00B9'

red 188 ◦ green 0 ◦ blue 185

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

Shades of Deep Magenta #BC00B9

Tints of Deep Magenta #BC00B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.6%

R = 50.4%
G = 0%
B = 49.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC00B9 (or 0xBC00B9) is known color: Deep Magenta. HEX triplet: BC, 00 and B9. RGB value is (188,0,185). Sum of RGB (Red+Green+Blue) = 188+0+185=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00B9 is #43FF46. Grayscale: #4C4C4C. Windows color (decimal): -4456263 or 12124348. OLE color: 12124348.

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

Color convert

RGB 188 0 185 -
CMYK 0 1 0.02 0.26
HSL 300.96º 1% 0.37% -
HSV(B) 300.96º 1% 0.74% -
XYZ 29.5 14.19 47.08 -
YUV 77.3 188.78 206.96 -
System Red Green Blue C M Y K H S L
Decimal 188 0 185 0 1 0.02 0.26 300.96 1 0.37
Hex BC 0 B9 0 64 2 1A 12D 64 25
Octal 274 0 271 0 144 2 32 455 144 45
Binary 10111100 0 10111001 0 1100100 10 11010 100101101 1100100 100101

Color Harmonies of #BC00B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00B9

Black with #BC00B9

Text Example


Text Example

White with #BC00B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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