#B934B2

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

Shades of Fuchsia #B934B2

Tints of Fuchsia #B934B2

Color information

#B934B2 (or 0xB934B2) is unknown color: approx Fuchsia. HEX triplet: B9, 34 and B2. RGB value is (185,52,178). Sum of RGB (Red+Green+Blue) = 185+52+178=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B934B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B934B2 is #46CB4D. Grayscale: #696969. Windows color (decimal): -4639566 or 11678905. OLE color: 11678905.

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

Color convert

RGB18552178-
CMYK00.720.040.27
HSL303.16º56.12%46.47%-
HSV(B)303.16º71.89%72.55%-
XYZ29.2715.9843.66-
YUV106.13168.56184.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 52 (20.70% from 255) = 12.53%
BLUE value IS 178 (69.92% from 255) = 42.89%
R=44.58%
G=12.53%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855217800.720.040.27303.1656.1246.47
HexB934B204841B12f382e
Octal2716426201104334577056
Binary10111001110100101100100100100010011011100101111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B934B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B934B2; }

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

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

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

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

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

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

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

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