#B265BD

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

Shades of Fuchsia #B265BD

Tints of Fuchsia #B265BD

Color information

#B265BD (or 0xB265BD) is unknown color: approx Fuchsia. HEX triplet: B2, 65 and BD. RGB value is (178,101,189). Sum of RGB (Red+Green+Blue) = 178+101+189=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #B265BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265BD is #4D9A42. Grayscale: #858585. Windows color (decimal): -5085763 or 12412338. OLE color: 12412338.

HSL color Cylindrical-coordinate representation of color #B265BD: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B265BD is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178101189-
CMYK0.060.4700.26
HSL292.5º40%56.86%-
HSV(B)292.5º46.56%74.12%-
XYZ32.222.4550.78-
YUV134.06159.01159.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=38.03%
G=21.58%
B=40.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781011890.060.4700.26292.54056.86
HexB265BD62F01A1242839
Octal2621452756570324445071
Binary10110010110010110111101110101111011010100100100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B265BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B265BD; }

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

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

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

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

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

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

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

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