Html Css Color HEX #BC00B0 Deep Magenta

📋 copy color: '#BC00B0'

red 188 ◦ green 0 ◦ blue 176

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

Shades of Deep Magenta #BC00B0

Tints of Deep Magenta #BC00B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.35%

R = 51.65%
G = 0%
B = 48.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC00B0 (or 0xBC00B0) is known color: Deep Magenta. HEX triplet: BC, 00 and B0. RGB value is (188,0,176). Sum of RGB (Red+Green+Blue) = 188+0+176=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC00B0 is #43FF4F. Grayscale: #4B4B4B. Windows color (decimal): -4456272 or 11534524. OLE color: 11534524.

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

Color convert

RGB 188 0 176 -
CMYK 0 1 0.06 0.26
HSL 303.83º 1% 0.37% -
HSV(B) 303.83º 1% 0.74% -
XYZ 28.58 13.83 42.24 -
YUV 76.28 184.28 207.69 -
System Red Green Blue C M Y K H S L
Decimal 188 0 176 0 1 0.06 0.26 303.83 1 0.37
Hex BC 0 B0 0 64 6 1A 130 64 25
Octal 274 0 260 0 144 6 32 460 144 45
Binary 10111100 0 10110000 0 1100100 110 11010 100110000 1100100 100101

Color Harmonies of #BC00B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00B0

Black with #BC00B0

Text Example


Text Example

White with #BC00B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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