#B65BB6

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

Shades of Fuchsia #B65BB6

Tints of Fuchsia #B65BB6

Color information

#B65BB6 (or 0xB65BB6) is unknown color: approx Fuchsia. HEX triplet: B6, 5B and B6. RGB value is (182,91,182). Sum of RGB (Red+Green+Blue) = 182+91+182=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B65BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65BB6 is #49A449. Grayscale: #808080. Windows color (decimal): -4826186 or 11951030. OLE color: 11951030.

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

Color convert

RGB18291182-
CMYK00.500.29
HSL300º38.4%53.53%-
HSV(B)300º50%71.37%-
XYZ31.4820.846.61-
YUV128.58158.15166.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 20%
BLUE value IS 182 (71.48% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829118200.500.2930038.453.53
HexB65BB603201D12c2636
Octal2661332660620354544666
Binary101101101011011101101100110010011101100101100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BB6; }

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

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

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

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

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

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

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

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