#B270BD

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

Shades of Fuchsia #B270BD

Tints of Fuchsia #B270BD

Color information

#B270BD (or 0xB270BD) is unknown color: approx Fuchsia. HEX triplet: B2, 70 and BD. RGB value is (178,112,189). Sum of RGB (Red+Green+Blue) = 178+112+189=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #B270BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270BD is #4D8F42. Grayscale: #8C8C8C. Windows color (decimal): -5082947 or 12415154. OLE color: 12415154.

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

Color convert

RGB178112189-
CMYK0.060.4100.26
HSL291.43º36.84%59.02%-
HSV(B)291.43º40.74%74.12%-
XYZ33.3424.7351.16-
YUV140.51155.37154.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=37.16%
G=23.38%
B=39.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781121890.060.4100.26291.4336.8459.02
HexB270BD62901A123253b
Octal2621602756510324434573
Binary10110010111000010111101110101001011010100100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B270BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B270BD; }

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

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

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

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

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

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

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

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