#B93BAF

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

Shades of Fuchsia #B93BAF

Tints of Fuchsia #B93BAF

Color information

#B93BAF (or 0xB93BAF) is unknown color: approx Fuchsia. HEX triplet: B9, 3B and AF. RGB value is (185,59,175). Sum of RGB (Red+Green+Blue) = 185+59+175=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B93BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93BAF is #46C450. Grayscale: #6D6D6D. Windows color (decimal): -4637777 or 11484089. OLE color: 11484089.

HSL color Cylindrical-coordinate representation of color #B93BAF: hue angle of 304.76º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93BAF is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18559175-
CMYK00.680.050.27
HSL304.76º51.64%47.84%-
HSV(B)304.76º68.11%72.55%-
XYZ29.3116.5442.2-
YUV109.9164.74181.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 59 (23.44% from 255) = 14.08%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=44.15%
G=14.08%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855917500.680.050.27304.7651.6447.84
HexB93BAF04451B1313430
Octal2717325701045334616460
Binary10111001111011101011110100010010111011100110001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93BAF; }

 p { color: rgb(185,59,175); }

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

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

 a { background-color: rgb(185,59,175); }

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

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

 span { border-color: rgb(185,59,175); }

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