Html Css Color HEX #BC06BB Deep Magenta

📋 copy color: '#BC06BB'

red 188 ◦ green 6 ◦ blue 187

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

Shades of Deep Magenta #BC06BB

Tints of Deep Magenta #BC06BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 49.34%
G = 1.57%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC06BB (or 0xBC06BB) is known color: Deep Magenta. HEX triplet: BC, 06 and BB. RGB value is (188,6,187). Sum of RGB (Red+Green+Blue) = 188+6+187=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC06BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC06BB is #43F944. Grayscale: #505050. Windows color (decimal): -4454725 or 12256956. OLE color: 12256956.

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

Color convert

RGB 188 6 187 -
CMYK 0 0.97 0.01 0.26
HSL 300.33º 0.94% 0.38% -
HSV(B) 300.33º 0.97% 0.74% -
XYZ 29.77 14.41 48.23 -
YUV 81.05 187.8 204.28 -
System Red Green Blue C M Y K H S L
Decimal 188 6 187 0 0.97 0.01 0.26 300.33 0.94 0.38
Hex BC 6 BB 0 61 1 1A 12C 5E 26
Octal 274 6 273 0 141 1 32 454 136 46
Binary 10111100 110 10111011 0 1100001 1 11010 100101100 1011110 100110

Color Harmonies of #BC06BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC06BB

Black with #BC06BB

Text Example


Text Example

White with #BC06BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC06BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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