Html Css Color HEX #BC06CB Deep Magenta

📋 copy color: '#BC06CB'

red 188 ◦ green 6 ◦ blue 203

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

Shades of Deep Magenta #BC06CB

Tints of Deep Magenta #BC06CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 47.36%
G = 1.51%
B = 51.13%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC06CB (or 0xBC06CB) is known color: Deep Magenta. HEX triplet: BC, 06 and CB. RGB value is (188,6,203). Sum of RGB (Red+Green+Blue) = 188+6+203=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC06CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC06CB is #43F934. Grayscale: #525252. Windows color (decimal): -4454709 or 13305532. OLE color: 13305532.

HSL color Cylindrical-coordinate representation of color #BC06CB: hue angle of 295.43º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06CB is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 6 203 -
CMYK 0.07 0.97 0 0.20
HSL 295.43º 0.94% 0.41% -
HSV(B) 295.43º 0.97% 0.8% -
XYZ 31.58 15.13 57.76 -
YUV 82.88 195.8 202.98 -
System Red Green Blue C M Y K H S L
Decimal 188 6 203 0.07 0.97 0 0.20 295.43 0.94 0.41
Hex BC 6 CB 7 61 0 14 127 5E 29
Octal 274 6 313 7 141 0 24 447 136 51
Binary 10111100 110 11001011 111 1100001 0 10100 100100111 1011110 101001

Color Harmonies of #BC06CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC06CB

Black with #BC06CB

Text Example


Text Example

White with #BC06CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC06CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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