Html Css Color HEX #BC06A7 Deep Magenta

📋 copy color: '#BC06A7'

red 188 ◦ green 6 ◦ blue 167

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

Shades of Deep Magenta #BC06A7

Tints of Deep Magenta #BC06A7

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

 BLUE value IS 167 (65.63% from 255) = 46.26%

R = 52.08%
G = 1.66%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC06A7 (or 0xBC06A7) is known color: Deep Magenta. HEX triplet: BC, 06 and A7. RGB value is (188,6,167). Sum of RGB (Red+Green+Blue) = 188+6+167=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC06A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC06A7 is #43F958. Grayscale: #4E4E4E. Windows color (decimal): -4454745 or 10946236. OLE color: 10946236.

HSL color Cylindrical-coordinate representation of color #BC06A7: hue angle of 306.92º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06A7 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 6 167 -
CMYK 0 0.97 0.11 0.26
HSL 306.92º 0.94% 0.38% -
HSV(B) 306.92º 0.97% 0.74% -
XYZ 27.78 13.61 37.72 -
YUV 78.77 177.8 205.91 -
System Red Green Blue C M Y K H S L
Decimal 188 6 167 0 0.97 0.11 0.26 306.92 0.94 0.38
Hex BC 6 A7 0 61 B 1A 133 5E 26
Octal 274 6 247 0 141 13 32 463 136 46
Binary 10111100 110 10100111 0 1100001 1011 11010 100110011 1011110 100110

Color Harmonies of #BC06A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC06A7

Black with #BC06A7

Text Example


Text Example

White with #BC06A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC06A7; }

 p { color: rgb(188,6,167); }

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

background-color css

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

 a { background-color: rgb(188,6,167); }

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

border-color css

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

 span { border-color: rgb(188,6,167); }

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