#B934AB

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

Shades of Fuchsia #B934AB

Tints of Fuchsia #B934AB

Color information

#B934AB (or 0xB934AB) is unknown color: approx Fuchsia. HEX triplet: B9, 34 and AB. RGB value is (185,52,171). Sum of RGB (Red+Green+Blue) = 185+52+171=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B934AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B934AB is #46CB54. Grayscale: #686868. Windows color (decimal): -4639573 or 11220153. OLE color: 11220153.

HSL color Cylindrical-coordinate representation of color #B934AB: hue angle of 306.32º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B934AB is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18552171-
CMYK00.720.080.27
HSL306.32º56.12%46.47%-
HSV(B)306.32º71.89%72.55%-
XYZ28.5915.7140.05-
YUV105.33165.06184.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 52 (20.70% from 255) = 12.75%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=45.34%
G=12.75%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855217100.720.080.27306.3256.1246.47
HexB934AB04881B132382e
Octal27164253011010334627056
Binary101110011101001010101101001000100011011100110010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B934AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B934AB; }

 p { color: rgb(185,52,171); }

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

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

 a { background-color: rgb(185,52,171); }

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

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

 span { border-color: rgb(185,52,171); }

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