#b93bb8

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

Shades of Fuchsia #B93BB8

Tints of Fuchsia #B93BB8

Color information

#B93BB8 (or 0xB93BB8) is unknown color: approx Fuchsia. HEX triplet: B9, 3B and B8. RGB value is (185,59,184). Sum of RGB (Red+Green+Blue) = 185+59+184=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B93BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BB8 is #46C447. Grayscale: #6E6E6E. Windows color (decimal): -4637768 or 12073913. OLE color: 12073913.

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

Color convert

RGB18559184-
CMYK00.680.010.27
HSL300.48º51.64%47.84%-
HSV(B)300.48º68.11%72.55%-
XYZ30.2216.947.02-
YUV110.92169.24180.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 59 (23.44% from 255) = 13.79%
BLUE value IS 184 (72.27% from 255) = 42.99%
R=43.22%
G=13.79%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855918400.680.010.27300.4851.6447.84
HexB93BB804411B12c3430
Octal2717327001041334546460
Binary101110011110111011100001000100111011100101100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b93bb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b93bb8; }

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

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

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

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

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

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

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

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