#B938AD

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

Shades of Fuchsia #B938AD

Tints of Fuchsia #B938AD

Color information

#B938AD (or 0xB938AD) is unknown color: approx Fuchsia. HEX triplet: B9, 38 and AD. RGB value is (185,56,173). Sum of RGB (Red+Green+Blue) = 185+56+173=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B938AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B938AD is #46C752. Grayscale: #6B6B6B. Windows color (decimal): -4638547 or 11352249. OLE color: 11352249.

HSL color Cylindrical-coordinate representation of color #B938AD: hue angle of 305.58º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B938AD is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18556173-
CMYK00.700.060.27
HSL305.58º53.53%47.25%-
HSV(B)305.58º69.73%72.55%-
XYZ28.9616.1641.13-
YUV107.91164.74182.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 56 (22.27% from 255) = 13.53%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=44.69%
G=13.53%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855617300.700.060.27305.5853.5347.25
HexB938AD04661B132362f
Octal2717025501066334626657
Binary10111001111000101011010100011011011011100110010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B938AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B938AD; }

 p { color: rgb(185,56,173); }

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

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

 a { background-color: rgb(185,56,173); }

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

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

 span { border-color: rgb(185,56,173); }

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