Html Css Color HEX #BC0FB2 Deep Magenta

📋 copy color: '#BC0FB2'

red 188 ◦ green 15 ◦ blue 178

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

Shades of Deep Magenta #BC0FB2

Tints of Deep Magenta #BC0FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.72%

R = 49.34%
G = 3.94%
B = 46.72%

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

#BC0FB2 (or 0xBC0FB2) is known color: Deep Magenta. HEX triplet: BC, 0F and B2. RGB value is (188,15,178). Sum of RGB (Red+Green+Blue) = 188+15+178=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0FB2 is #43F04D. Grayscale: #545454. Windows color (decimal): -4452430 or 11669436. OLE color: 11669436.

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

Color convert

RGB 188 15 178 -
CMYK 0 0.92 0.05 0.26
HSL 303.47º 0.85% 0.4% -
HSV(B) 303.47º 0.92% 0.74% -
XYZ 28.95 14.25 43.34 -
YUV 85.31 180.31 201.25 -
System Red Green Blue C M Y K H S L
Decimal 188 15 178 0 0.92 0.05 0.26 303.47 0.85 0.4
Hex BC F B2 0 5C 5 1A 12F 55 28
Octal 274 17 262 0 134 5 32 457 125 50
Binary 10111100 1111 10110010 0 1011100 101 11010 100101111 1010101 101000

Color Harmonies of #BC0FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FB2

Black with #BC0FB2

Text Example


Text Example

White with #BC0FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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