Html Css Color HEX #BC03B3 Deep Magenta

📋 copy color: '#BC03B3'

red 188 ◦ green 3 ◦ blue 179

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

Shades of Deep Magenta #BC03B3

Tints of Deep Magenta #BC03B3

RGB

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

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

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

R = 50.81%
G = 0.81%
B = 48.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC03B3 (or 0xBC03B3) is known color: Deep Magenta. HEX triplet: BC, 03 and B3. RGB value is (188,3,179). Sum of RGB (Red+Green+Blue) = 188+3+179=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC03B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03B3 is #43FC4C. Grayscale: #4D4D4D. Windows color (decimal): -4455501 or 11731900. OLE color: 11731900.

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

Color convert

RGB 188 3 179 -
CMYK 0 0.98 0.05 0.26
HSL 302.92º 0.97% 0.37% -
HSV(B) 302.92º 0.98% 0.74% -
XYZ 28.91 14.01 43.83 -
YUV 78.38 184.79 206.19 -
System Red Green Blue C M Y K H S L
Decimal 188 3 179 0 0.98 0.05 0.26 302.92 0.97 0.37
Hex BC 3 B3 0 62 5 1A 12F 61 25
Octal 274 3 263 0 142 5 32 457 141 45
Binary 10111100 11 10110011 0 1100010 101 11010 100101111 1100001 100101

Color Harmonies of #BC03B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03B3

Black with #BC03B3

Text Example


Text Example

White with #BC03B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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