#B65DB0

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

Shades of Fuchsia #B65DB0

Tints of Fuchsia #B65DB0

Color information

#B65DB0 (or 0xB65DB0) is unknown color: approx Fuchsia. HEX triplet: B6, 5D and B0. RGB value is (182,93,176). Sum of RGB (Red+Green+Blue) = 182+93+176=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B65DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65DB0 is #49A24F. Grayscale: #808080. Windows color (decimal): -4825680 or 11558326. OLE color: 11558326.

HSL color Cylindrical-coordinate representation of color #B65DB0: hue angle of 304.04º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65DB0 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18293176-
CMYK00.490.030.29
HSL304.04º37.87%53.92%-
HSV(B)304.04º48.9%71.37%-
XYZ31.0420.9143.47-
YUV129.07154.49165.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 176 (69.14% from 255) = 39.02%
R=40.35%
G=20.62%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829317600.490.030.29304.0437.8753.92
HexB65DB003131D1302636
Octal2661352600613354604666
Binary1011011010111011011000001100011111101100110000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DB0; }

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

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

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

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

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

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

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

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