#B65DB1

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

Shades of Fuchsia #B65DB1

Tints of Fuchsia #B65DB1

Color information

#B65DB1 (or 0xB65DB1) is unknown color: approx Fuchsia. HEX triplet: B6, 5D and B1. RGB value is (182,93,177). Sum of RGB (Red+Green+Blue) = 182+93+177=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B65DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65DB1 is #49A24E. Grayscale: #808080. Windows color (decimal): -4825679 or 11623862. OLE color: 11623862.

HSL color Cylindrical-coordinate representation of color #B65DB1: hue angle of 303.37º 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 #B65DB1 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18293177-
CMYK00.490.030.29
HSL303.37º37.87%53.92%-
HSV(B)303.37º48.9%71.37%-
XYZ31.1420.9544-
YUV129.19154.99165.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=40.27%
G=20.58%
B=39.16%

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
Decimal1829317700.490.030.29303.3737.8753.92
HexB65DB103131D12f2636
Octal2661352610613354574666
Binary1011011010111011011000101100011111101100101111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DB1; }

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

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

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

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

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

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

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

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