#B614BB

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

Shades of Deep Magenta #B614BB

Tints of Deep Magenta #B614BB

Color information

#B614BB (or 0xB614BB) is unknown color: approx Deep Magenta. HEX triplet: B6, 14 and BB. RGB value is (182,20,187). Sum of RGB (Red+Green+Blue) = 182+20+187=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #B614BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B614BB is #49EB44. Grayscale: #565656. Windows color (decimal): -4844357 or 12260534. OLE color: 12260534.

HSL color Cylindrical-coordinate representation of color #B614BB: hue angle of 298.2º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B614BB is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18220187-
CMYK0.030.8900.27
HSL298.2º80.68%40.59%-
HSV(B)298.2º89.3%73.33%-
XYZ28.5114.0348.22-
YUV87.48184.17195.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 20 (8.20% from 255) = 5.14%
BLUE value IS 187 (73.44% from 255) = 48.07%
R=46.79%
G=5.14%
B=48.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182201870.030.8900.27298.280.6840.59
HexB614BB35901B12a5129
Octal26624273313103345212151
Binary1011011010100101110111110110010110111001010101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B614BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B614BB; }

 p { color: rgb(182,20,187); }

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

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

 a { background-color: rgb(182,20,187); }

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

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

 span { border-color: rgb(182,20,187); }

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