#B934AA

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

Shades of Fuchsia #B934AA

Tints of Fuchsia #B934AA

Color information

#B934AA (or 0xB934AA) is unknown color: approx Fuchsia. HEX triplet: B9, 34 and AA. RGB value is (185,52,170). Sum of RGB (Red+Green+Blue) = 185+52+170=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B934AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B934AA is #46CB55. Grayscale: #686868. Windows color (decimal): -4639574 or 11154617. OLE color: 11154617.

HSL color Cylindrical-coordinate representation of color #B934AA: hue angle of 306.77º 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 #B934AA is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18552170-
CMYK00.720.080.27
HSL306.77º56.12%46.47%-
HSV(B)306.77º71.89%72.55%-
XYZ28.4915.6739.55-
YUV105.22164.56184.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 52 (20.70% from 255) = 12.78%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=45.45%
G=12.78%
B=41.77%

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
Decimal1855217000.720.080.27306.7756.1246.47
HexB934AA04881B133382e
Octal27164252011010334637056
Binary101110011101001010101001001000100011011100110011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B934AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B934AA; }

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

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

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

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

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

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

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

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