Html Css Color HEX #BC03B8 Deep Magenta

📋 copy color: '#BC03B8'

red 188 ◦ green 3 ◦ blue 184

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

Shades of Deep Magenta #BC03B8

Tints of Deep Magenta #BC03B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.07%

R = 50.13%
G = 0.8%
B = 49.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC03B8 (or 0xBC03B8) is known color: Deep Magenta. HEX triplet: BC, 03 and B8. RGB value is (188,3,184). Sum of RGB (Red+Green+Blue) = 188+3+184=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC03B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03B8 is #43FC47. Grayscale: #4E4E4E. Windows color (decimal): -4455496 or 12059580. OLE color: 12059580.

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

Color convert

RGB 188 3 184 -
CMYK 0 0.98 0.02 0.26
HSL 301.3º 0.97% 0.37% -
HSV(B) 301.3º 0.98% 0.74% -
XYZ 29.42 14.22 46.54 -
YUV 78.95 187.29 205.78 -
System Red Green Blue C M Y K H S L
Decimal 188 3 184 0 0.98 0.02 0.26 301.3 0.97 0.37
Hex BC 3 B8 0 62 2 1A 12D 61 25
Octal 274 3 270 0 142 2 32 455 141 45
Binary 10111100 11 10111000 0 1100010 10 11010 100101101 1100001 100101

Color Harmonies of #BC03B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03B8

Black with #BC03B8

Text Example


Text Example

White with #BC03B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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