#B65BB5

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

Shades of Fuchsia #B65BB5

Tints of Fuchsia #B65BB5

Color information

#B65BB5 (or 0xB65BB5) is unknown color: approx Fuchsia. HEX triplet: B6, 5B and B5. RGB value is (182,91,181). Sum of RGB (Red+Green+Blue) = 182+91+181=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65BB5 is #49A44A. Grayscale: #808080. Windows color (decimal): -4826187 or 11885494. OLE color: 11885494.

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

Color convert

RGB18291181-
CMYK00.50.010.29
HSL300.66º38.4%53.53%-
HSV(B)300.66º50%71.37%-
XYZ31.3720.7646.07-
YUV128.47157.65166.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 91 (35.94% from 255) = 20.04%
BLUE value IS 181 (71.09% from 255) = 39.87%
R=40.09%
G=20.04%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829118100.50.010.29300.6638.453.53
HexB65BB503211D12d2636
Octal2661332650621354554666
Binary101101101011011101101010110010111101100101101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BB5; }

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

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

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

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

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

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

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

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