#B05DBA

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

Shades of Fuchsia #B05DBA

Tints of Fuchsia #B05DBA

Color information

#B05DBA (or 0xB05DBA) is unknown color: approx Fuchsia. HEX triplet: B0, 5D and BA. RGB value is (176,93,186). Sum of RGB (Red+Green+Blue) = 176+93+186=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #B05DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DBA is #4FA245. Grayscale: #808080. Windows color (decimal): -5218886 or 12213680. OLE color: 12213680.

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

Color convert

RGB17693186-
CMYK0.050.500.27
HSL293.55º40.26%54.71%-
HSV(B)293.55º50%72.94%-
XYZ30.6820.648.81-
YUV128.42160.5161.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=38.68%
G=20.44%
B=40.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176931860.050.500.27293.5540.2654.71
HexB05DBA53201B1262837
Octal2601352725620334465067
Binary10110000101110110111010101110010011011100100110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05DBA; }

 p { color: rgb(176,93,186); }

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

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

 a { background-color: rgb(176,93,186); }

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

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

 span { border-color: rgb(176,93,186); }

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