#B948B6

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

Shades of Fuchsia #B948B6

Tints of Fuchsia #B948B6

Color information

#B948B6 (or 0xB948B6) is unknown color: approx Fuchsia. HEX triplet: B9, 48 and B6. RGB value is (185,72,182). Sum of RGB (Red+Green+Blue) = 185+72+182=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B948B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948B6 is #46B749. Grayscale: #757575. Windows color (decimal): -4634442 or 11946169. OLE color: 11946169.

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

Color convert

RGB18572182-
CMYK00.610.020.27
HSL301.59º44.66%50.39%-
HSV(B)301.59º61.08%72.55%-
XYZ30.7718.3346.17-
YUV118.33163.94175.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 72 (28.52% from 255) = 16.40%
BLUE value IS 182 (71.48% from 255) = 41.46%
R=42.14%
G=16.40%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857218200.610.020.27301.5944.6650.39
HexB948B603D21B12e2d32
Octal2711102660752334565562
Binary1011100110010001011011001111011011011100101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B948B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B948B6; }

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

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

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

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

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

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

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

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