#B934BA

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

Shades of Fuchsia #B934BA

Tints of Fuchsia #B934BA

Color information

#B934BA (or 0xB934BA) is unknown color: approx Fuchsia. HEX triplet: B9, 34 and BA. RGB value is (185,52,186). Sum of RGB (Red+Green+Blue) = 185+52+186=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #B934BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934BA is #46CB45. Grayscale: #6A6A6A. Windows color (decimal): -4639558 or 12203193. OLE color: 12203193.

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

Color convert

RGB18552186-
CMYK0.010.7200.27
HSL299.55º56.3%46.67%-
HSV(B)299.55º72.04%72.94%-
XYZ30.116.3248.02-
YUV107.04172.56183.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 52 (20.70% from 255) = 12.29%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=43.74%
G=12.29%
B=43.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185521860.010.7200.27299.5556.346.67
HexB934BA14801B12c382f
Octal2716427211100334547057
Binary101110011101001011101011001000011011100101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B934BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B934BA; }

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

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

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

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

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

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

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

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