#B65BB1

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

Shades of Fuchsia #B65BB1

Tints of Fuchsia #B65BB1

Color information

#B65BB1 (or 0xB65BB1) is unknown color: approx Fuchsia. HEX triplet: B6, 5B and B1. RGB value is (182,91,177). Sum of RGB (Red+Green+Blue) = 182+91+177=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BB1 is #49A44E. Grayscale: #7F7F7F. Windows color (decimal): -4826191 or 11623350. OLE color: 11623350.

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

Color convert

RGB18291177-
CMYK00.50.030.29
HSL303.3º38.4%53.53%-
HSV(B)303.3º50%71.37%-
XYZ30.9720.643.94-
YUV128.01155.65166.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 91 (35.94% from 255) = 20.22%
BLUE value IS 177 (69.53% from 255) = 39.33%
R=40.44%
G=20.22%
B=39.33%

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
Decimal1829117700.50.030.29303.338.453.53
HexB65BB103231D12f2636
Octal2661332610623354574666
Binary1011011010110111011000101100101111101100101111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BB1; }

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

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

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

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

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

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

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

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