Html Css Color HEX #BC03BB Deep Magenta

📋 copy color: '#BC03BB'

red 188 ◦ green 3 ◦ blue 187

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

Shades of Deep Magenta #BC03BB

Tints of Deep Magenta #BC03BB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 49.74%
G = 0.79%
B = 49.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC03BB (or 0xBC03BB) is known color: Deep Magenta. HEX triplet: BC, 03 and BB. RGB value is (188,3,187). Sum of RGB (Red+Green+Blue) = 188+3+187=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC03BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03BB is #43FC44. Grayscale: #4E4E4E. Windows color (decimal): -4455493 or 12256188. OLE color: 12256188.

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

Color convert

RGB 188 3 187 -
CMYK 0 0.98 0.01 0.26
HSL 300.32º 0.97% 0.37% -
HSV(B) 300.32º 0.98% 0.74% -
XYZ 29.74 14.34 48.21 -
YUV 79.29 188.79 205.54 -
System Red Green Blue C M Y K H S L
Decimal 188 3 187 0 0.98 0.01 0.26 300.32 0.97 0.37
Hex BC 3 BB 0 62 1 1A 12C 61 25
Octal 274 3 273 0 142 1 32 454 141 45
Binary 10111100 11 10111011 0 1100010 1 11010 100101100 1100001 100101

Color Harmonies of #BC03BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03BB

Black with #BC03BB

Text Example


Text Example

White with #BC03BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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