#B65BBA

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

Shades of Fuchsia #B65BBA

Tints of Fuchsia #B65BBA

Color information

#B65BBA (or 0xB65BBA) is unknown color: approx Fuchsia. HEX triplet: B6, 5B and BA. RGB value is (182,91,186). Sum of RGB (Red+Green+Blue) = 182+91+186=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #B65BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65BBA is #49A445. Grayscale: #808080. Windows color (decimal): -4826182 or 12213174. OLE color: 12213174.

HSL color Cylindrical-coordinate representation of color #B65BBA: hue angle of 297.47º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65BBA is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18291186-
CMYK0.020.5100.27
HSL297.47º40.77%54.31%-
HSV(B)297.47º51.08%72.94%-
XYZ31.920.9748.82-
YUV129.04160.15165.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=39.65%
G=19.83%
B=40.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182911860.020.5100.27297.4740.7754.31
HexB65BBA23301B1292936
Octal2661332722630334515166
Binary1011011010110111011101010110011011011100101001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BBA; }

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

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

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

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

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

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

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

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