Html Css Color HEX #BC00B7 Deep Magenta

📋 copy color: '#BC00B7'

red 188 ◦ green 0 ◦ blue 183

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

Shades of Deep Magenta #BC00B7

Tints of Deep Magenta #BC00B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.33%

R = 50.67%
G = 0%
B = 49.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC00B7 (or 0xBC00B7) is known color: Deep Magenta. HEX triplet: BC, 00 and B7. RGB value is (188,0,183). Sum of RGB (Red+Green+Blue) = 188+0+183=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00B7 is #43FF48. Grayscale: #4C4C4C. Windows color (decimal): -4456265 or 11993276. OLE color: 11993276.

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

Color convert

RGB 188 0 183 -
CMYK 0 1 0.03 0.26
HSL 301.6º 1% 0.37% -
HSV(B) 301.6º 1% 0.74% -
XYZ 29.29 14.11 45.98 -
YUV 77.07 187.78 207.12 -
System Red Green Blue C M Y K H S L
Decimal 188 0 183 0 1 0.03 0.26 301.6 1 0.37
Hex BC 0 B7 0 64 3 1A 12E 64 25
Octal 274 0 267 0 144 3 32 456 144 45
Binary 10111100 0 10110111 0 1100100 11 11010 100101110 1100100 100101

Color Harmonies of #BC00B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00B7

Black with #BC00B7

Text Example


Text Example

White with #BC00B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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