#B65BB0

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

Shades of Fuchsia #B65BB0

Tints of Fuchsia #B65BB0

Color information

#B65BB0 (or 0xB65BB0) is unknown color: approx Fuchsia. HEX triplet: B6, 5B and B0. RGB value is (182,91,176). Sum of RGB (Red+Green+Blue) = 182+91+176=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BB0 is #49A44F. Grayscale: #7F7F7F. Windows color (decimal): -4826192 or 11557814. OLE color: 11557814.

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

Color convert

RGB18291176-
CMYK00.50.030.29
HSL303.96º38.4%53.53%-
HSV(B)303.96º50%71.37%-
XYZ30.8720.5643.42-
YUV127.9155.15166.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 91 (35.94% from 255) = 20.27%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=40.53%
G=20.27%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829117600.50.030.29303.9638.453.53
HexB65BB003231D1302636
Octal2661332600623354604666
Binary1011011010110111011000001100101111101100110000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BB0; }

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

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

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

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

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

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

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

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