#B10CB1

Color #B10CB1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B10CB1

Tints of Deep Magenta #B10CB1

Color information

#B10CB1 (or 0xB10CB1) is unknown color: approx Deep Magenta. HEX triplet: B1, 0C and B1. RGB value is (177,12,177). Sum of RGB (Red+Green+Blue) = 177+12+177=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B10CB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10CB1 is #4EF34E. Grayscale: #4F4F4F. Windows color (decimal): -5174095 or 11603121. OLE color: 11603121.

HSL color Cylindrical-coordinate representation of color #B10CB1: hue angle of 300º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10CB1 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17712177-
CMYK00.9300.31
HSL300º87.3%37.06%-
HSV(B)300º93.22%69.41%-
XYZ26.212.7842.68-
YUV80.14182.66197.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 12 (5.08% from 255) = 3.28%
BLUE value IS 177 (69.53% from 255) = 48.36%
R=48.36%
G=3.28%
B=48.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771217700.9300.3130087.337.06
HexB1CB105D01F12c5725
Octal26114261013503745412745
Binary10110001110010110001010111010111111001011001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10CB1; }

 p { color: rgb(177,12,177); }

 H1.HeaderClassName
 {
   color: #B10CB1;
 }
 .AnyTagClassName
 {
   color: #B10CB1;
 }
</style>
background-color css

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

 a { background-color: rgb(177,12,177); }

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

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

 span { border-color: rgb(177,12,177); }

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