#B934B1

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

Shades of Fuchsia #B934B1

Tints of Fuchsia #B934B1

Color information

#B934B1 (or 0xB934B1) is unknown color: approx Fuchsia. HEX triplet: B9, 34 and B1. RGB value is (185,52,177). Sum of RGB (Red+Green+Blue) = 185+52+177=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B934B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B934B1 is #46CB4E. Grayscale: #696969. Windows color (decimal): -4639567 or 11613369. OLE color: 11613369.

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

Color convert

RGB18552177-
CMYK00.720.040.27
HSL303.61º56.12%46.47%-
HSV(B)303.61º71.89%72.55%-
XYZ29.1715.9443.14-
YUV106.02168.06184.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 52 (20.70% from 255) = 12.56%
BLUE value IS 177 (69.53% from 255) = 42.75%
R=44.69%
G=12.56%
B=42.75%

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
Decimal1855217700.720.040.27303.6156.1246.47
HexB934B104841B130382e
Octal2716426101104334607056
Binary10111001110100101100010100100010011011100110000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B934B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B934B1; }

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

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

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

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

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

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

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

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