#B948A7

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

Shades of Fuchsia #B948A7

Tints of Fuchsia #B948A7

Color information

#B948A7 (or 0xB948A7) is unknown color: approx Fuchsia. HEX triplet: B9, 48 and A7. RGB value is (185,72,167). Sum of RGB (Red+Green+Blue) = 185+72+167=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B948A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B948A7 is #46B758. Grayscale: #747474. Windows color (decimal): -4634457 or 10963129. OLE color: 10963129.

HSL color Cylindrical-coordinate representation of color #B948A7: hue angle of 309.56º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B948A7 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18572167-
CMYK00.610.100.27
HSL309.56º44.66%50.39%-
HSV(B)309.56º61.08%72.55%-
XYZ29.317.7438.44-
YUV116.62156.44176.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 72 (28.52% from 255) = 16.98%
BLUE value IS 167 (65.62% from 255) = 39.39%
R=43.63%
G=16.98%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857216700.610.100.27309.5644.6650.39
HexB948A703DA1B1362d32
Octal27111024707512334665562
Binary101110011001000101001110111101101011011100110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B948A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B948A7; }

 p { color: rgb(185,72,167); }

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

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

 a { background-color: rgb(185,72,167); }

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

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

 span { border-color: rgb(185,72,167); }

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