#B65DB3

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

Shades of Fuchsia #B65DB3

Tints of Fuchsia #B65DB3

Color information

#B65DB3 (or 0xB65DB3) is unknown color: approx Fuchsia. HEX triplet: B6, 5D and B3. RGB value is (182,93,179). Sum of RGB (Red+Green+Blue) = 182+93+179=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B65DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DB3 is #49A24C. Grayscale: #818181. Windows color (decimal): -4825677 or 11754934. OLE color: 11754934.

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

Color convert

RGB18293179-
CMYK00.490.020.29
HSL302.02º37.87%53.92%-
HSV(B)302.02º48.9%71.37%-
XYZ31.3421.0345.05-
YUV129.42155.99165.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 179 (70.31% from 255) = 39.43%
R=40.09%
G=20.48%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829317900.490.020.29302.0237.8753.92
HexB65DB303121D12e2636
Octal2661352630612354564666
Binary1011011010111011011001101100011011101100101110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DB3; }

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

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

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

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

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

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

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

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