#B65BB3

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

Shades of Fuchsia #B65BB3

Tints of Fuchsia #B65BB3

Color information

#B65BB3 (or 0xB65BB3) is unknown color: approx Fuchsia. HEX triplet: B6, 5B and B3. RGB value is (182,91,179). Sum of RGB (Red+Green+Blue) = 182+91+179=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65BB3 is #49A44C. Grayscale: #7F7F7F. Windows color (decimal): -4826189 or 11754422. OLE color: 11754422.

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

Color convert

RGB18291179-
CMYK00.50.020.29
HSL301.98º38.4%53.53%-
HSV(B)301.98º50%71.37%-
XYZ31.1720.6845-
YUV128.24156.65166.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 91 (35.94% from 255) = 20.13%
BLUE value IS 179 (70.31% from 255) = 39.60%
R=40.27%
G=20.13%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829117900.50.020.29301.9838.453.53
HexB65BB303221D12e2636
Octal2661332630622354564666
Binary1011011010110111011001101100101011101100101110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BB3; }

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

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

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

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

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

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

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

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