Html Css Color HEX #BC0FAB Deep Magenta

📋 copy color: '#BC0FAB'

red 188 ◦ green 15 ◦ blue 171

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

Shades of Deep Magenta #BC0FAB

Tints of Deep Magenta #BC0FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 50.27%
G = 4.01%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC0FAB (or 0xBC0FAB) is known color: Deep Magenta. HEX triplet: BC, 0F and AB. RGB value is (188,15,171). Sum of RGB (Red+Green+Blue) = 188+15+171=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0FAB is #43F054. Grayscale: #545454. Windows color (decimal): -4452437 or 11210684. OLE color: 11210684.

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

Color convert

RGB 188 15 171 -
CMYK 0 0.92 0.09 0.26
HSL 305.9º 0.85% 0.4% -
HSV(B) 305.9º 0.92% 0.74% -
XYZ 28.26 13.97 39.74 -
YUV 84.51 176.81 201.82 -
System Red Green Blue C M Y K H S L
Decimal 188 15 171 0 0.92 0.09 0.26 305.9 0.85 0.4
Hex BC F AB 0 5C 9 1A 132 55 28
Octal 274 17 253 0 134 11 32 462 125 50
Binary 10111100 1111 10101011 0 1011100 1001 11010 100110010 1010101 101000

Color Harmonies of #BC0FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FAB

Black with #BC0FAB

Text Example


Text Example

White with #BC0FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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