#B270BA

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

Shades of Fuchsia #B270BA

Tints of Fuchsia #B270BA

Color information

#B270BA (or 0xB270BA) is unknown color: approx Fuchsia. HEX triplet: B2, 70 and BA. RGB value is (178,112,186). Sum of RGB (Red+Green+Blue) = 178+112+186=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #B270BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270BA is #4D8F45. Grayscale: #8B8B8B. Windows color (decimal): -5082950 or 12218546. OLE color: 12218546.

HSL color Cylindrical-coordinate representation of color #B270BA: hue angle of 293.51º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B270BA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178112186-
CMYK0.040.4000.27
HSL293.51º34.91%58.43%-
HSV(B)293.51º39.78%72.94%-
XYZ33.0224.649.46-
YUV140.17153.87154.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=37.39%
G=23.53%
B=39.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781121860.040.4000.27293.5134.9158.43
HexB270BA42801B126233a
Octal2621602724500334464372
Binary10110010111000010111010100101000011011100100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B270BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B270BA; }

 p { color: rgb(178,112,186); }

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

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

 a { background-color: rgb(178,112,186); }

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

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

 span { border-color: rgb(178,112,186); }

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