#B10CB0

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

Shades of Deep Magenta #B10CB0

Tints of Deep Magenta #B10CB0

Color information

#B10CB0 (or 0xB10CB0) is unknown color: approx Deep Magenta. HEX triplet: B1, 0C and B0. RGB value is (177,12,176). Sum of RGB (Red+Green+Blue) = 177+12+176=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B10CB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10CB0 is #4EF34F. Grayscale: #4F4F4F. Windows color (decimal): -5174096 or 11537585. OLE color: 11537585.

HSL color Cylindrical-coordinate representation of color #B10CB0: hue angle of 300.36º 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 #B10CB0 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17712176-
CMYK00.930.010.31
HSL300.36º87.3%37.06%-
HSV(B)300.36º93.22%69.41%-
XYZ26.112.7442.16-
YUV80.03182.16197.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 12 (5.08% from 255) = 3.29%
BLUE value IS 176 (69.14% from 255) = 48.22%
R=48.49%
G=3.29%
B=48.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771217600.930.010.31300.3687.337.06
HexB1CB005D11F12c5725
Octal26114260013513745412745
Binary10110001110010110000010111011111111001011001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10CB0; }

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

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

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

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

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

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

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

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