#B65DBA

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

Shades of Fuchsia #B65DBA

Tints of Fuchsia #B65DBA

Color information

#B65DBA (or 0xB65DBA) is unknown color: approx Fuchsia. HEX triplet: B6, 5D and BA. RGB value is (182,93,186). Sum of RGB (Red+Green+Blue) = 182+93+186=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #B65DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DBA is #49A245. Grayscale: #818181. Windows color (decimal): -4825670 or 12213686. OLE color: 12213686.

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

Color convert

RGB18293186-
CMYK0.020.500.27
HSL297.42º40.26%54.71%-
HSV(B)297.42º50%72.94%-
XYZ32.0721.3248.88-
YUV130.21159.49164.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.48%
GREEN value IS 93 (36.72% from 255) = 20.17%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=39.48%
G=20.17%
B=40.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182931860.020.500.27297.4240.2654.71
HexB65DBA23201B1292837
Octal2661352722620334515067
Binary1011011010111011011101010110010011011100101001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DBA; }

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

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

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

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

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

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

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

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