Html Css Color HEX #BC1FB2 Deep Magenta

📋 copy color: '#BC1FB2'

red 188 ◦ green 31 ◦ blue 178

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

Shades of Deep Magenta #BC1FB2

Tints of Deep Magenta #BC1FB2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.81%

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

R = 47.36%
G = 7.81%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC1FB2 (or 0xBC1FB2) is known color: Deep Magenta. HEX triplet: BC, 1F and B2. RGB value is (188,31,178). Sum of RGB (Red+Green+Blue) = 188+31+178=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1FB2 is #43E04D. Grayscale: #5E5E5E. Windows color (decimal): -4448334 or 11673532. OLE color: 11673532.

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

Color convert

RGB 188 31 178 -
CMYK 0 0.84 0.05 0.26
HSL 303.82º 0.72% 0.43% -
HSV(B) 303.82º 0.84% 0.74% -
XYZ 29.26 14.89 43.45 -
YUV 94.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 188 31 178 0 0.84 0.05 0.26 303.82 0.72 0.43
Hex BC 1F B2 0 54 5 1A 130 48 2B
Octal 274 37 262 0 124 5 32 460 110 53
Binary 10111100 11111 10110010 0 1010100 101 11010 100110000 1001000 101011

Color Harmonies of #BC1FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FB2

Black with #BC1FB2

Text Example


Text Example

White with #BC1FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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