#B265B4

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

Shades of Fuchsia #B265B4

Tints of Fuchsia #B265B4

Color information

#B265B4 (or 0xB265B4) is unknown color: approx Fuchsia. HEX triplet: B2, 65 and B4. RGB value is (178,101,180). Sum of RGB (Red+Green+Blue) = 178+101+180=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #B265B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265B4 is #4D9A4B. Grayscale: #848484. Windows color (decimal): -5085772 or 11822514. OLE color: 11822514.

HSL color Cylindrical-coordinate representation of color #B265B4: hue angle of 298.48º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B265B4 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178101180-
CMYK0.010.4400.29
HSL298.48º34.5%55.1%-
HSV(B)298.48º43.89%70.59%-
XYZ31.2522.0745.79-
YUV133.03154.51160.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=38.78%
G=22.00%
B=39.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781011800.010.4400.29298.4834.555.1
HexB265B412C01D12a2237
Octal2621452641540354524267
Binary101100101100101101101001101100011101100101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B265B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B265B4; }

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

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

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

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

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

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

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

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