Html Css Color HEX #BC0FB3 Deep Magenta

📋 copy color: '#BC0FB3'

red 188 ◦ green 15 ◦ blue 179

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

Shades of Deep Magenta #BC0FB3

Tints of Deep Magenta #BC0FB3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.93%

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

R = 49.21%
G = 3.93%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC0FB3 (or 0xBC0FB3) is known color: Deep Magenta. HEX triplet: BC, 0F and B3. RGB value is (188,15,179). Sum of RGB (Red+Green+Blue) = 188+15+179=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FB3 is #43F04C. Grayscale: #545454. Windows color (decimal): -4452429 or 11734972. OLE color: 11734972.

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

Color convert

RGB 188 15 179 -
CMYK 0 0.92 0.05 0.26
HSL 303.12º 0.85% 0.4% -
HSV(B) 303.12º 0.92% 0.74% -
XYZ 29.05 14.29 43.87 -
YUV 85.42 180.81 201.16 -
System Red Green Blue C M Y K H S L
Decimal 188 15 179 0 0.92 0.05 0.26 303.12 0.85 0.4
Hex BC F B3 0 5C 5 1A 12F 55 28
Octal 274 17 263 0 134 5 32 457 125 50
Binary 10111100 1111 10110011 0 1011100 101 11010 100101111 1010101 101000

Color Harmonies of #BC0FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FB3

Black with #BC0FB3

Text Example


Text Example

White with #BC0FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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