#B265BB

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

Shades of Fuchsia #B265BB

Tints of Fuchsia #B265BB

Color information

#B265BB (or 0xB265BB) is unknown color: approx Fuchsia. HEX triplet: B2, 65 and BB. RGB value is (178,101,187). Sum of RGB (Red+Green+Blue) = 178+101+187=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #B265BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265BB is #4D9A44. Grayscale: #858585. Windows color (decimal): -5085765 or 12281266. OLE color: 12281266.

HSL color Cylindrical-coordinate representation of color #B265BB: hue angle of 293.72º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B265BB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178101187-
CMYK0.050.4600.27
HSL293.72º38.74%56.47%-
HSV(B)293.72º45.99%73.33%-
XYZ31.9822.3649.64-
YUV133.83158.01159.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=38.20%
G=21.67%
B=40.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781011870.050.4600.27293.7238.7456.47
HexB265BB52E01B1262738
Octal2621452735560334464770
Binary10110010110010110111011101101110011011100100110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B265BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B265BB; }

 p { color: rgb(178,101,187); }

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

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

 a { background-color: rgb(178,101,187); }

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

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

 span { border-color: rgb(178,101,187); }

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