Html Css Color HEX #BC10B3 Deep Magenta

📋 copy color: '#BC10B3'

red 188 ◦ green 16 ◦ blue 179

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

Shades of Deep Magenta #BC10B3

Tints of Deep Magenta #BC10B3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.18%

 BLUE value IS 179 (70.31% from 255) = 46.74%

R = 49.09%
G = 4.18%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC10B3 (or 0xBC10B3) is known color: Deep Magenta. HEX triplet: BC, 10 and B3. RGB value is (188,16,179). Sum of RGB (Red+Green+Blue) = 188+16+179=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC10B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10B3 is #43EF4C. Grayscale: #555555. Windows color (decimal): -4452173 or 11735228. OLE color: 11735228.

HSL color Cylindrical-coordinate representation of color #BC10B3: hue angle of 303.14º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC10B3 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 16 179 -
CMYK 0 0.91 0.05 0.26
HSL 303.14º 0.84% 0.4% -
HSV(B) 303.14º 0.91% 0.74% -
XYZ 29.06 14.32 43.88 -
YUV 86.01 180.48 200.75 -
System Red Green Blue C M Y K H S L
Decimal 188 16 179 0 0.91 0.05 0.26 303.14 0.84 0.4
Hex BC 10 B3 0 5B 5 1A 12F 54 28
Octal 274 20 263 0 133 5 32 457 124 50
Binary 10111100 10000 10110011 0 1011011 101 11010 100101111 1010100 101000

Color Harmonies of #BC10B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC10B3

Black with #BC10B3

Text Example


Text Example

White with #BC10B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC10B3; }

 p { color: rgb(188,16,179); }

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

background-color css

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

 a { background-color: rgb(188,16,179); }

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

border-color css

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

 span { border-color: rgb(188,16,179); }

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