#B348BD

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

Shades of Fuchsia #B348BD

Tints of Fuchsia #B348BD

Color information

#B348BD (or 0xB348BD) is unknown color: approx Fuchsia. HEX triplet: B3, 48 and BD. RGB value is (179,72,189). Sum of RGB (Red+Green+Blue) = 179+72+189=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #B348BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348BD is #4CB742. Grayscale: #747474. Windows color (decimal): -5027651 or 12404915. OLE color: 12404915.

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

Color convert

RGB17972189-
CMYK0.050.6200.26
HSL294.87º46.99%51.18%-
HSV(B)294.87º61.9%74.12%-
XYZ30.0917.8950.01-
YUV117.33168.45171.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 72 (28.52% from 255) = 16.36%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=40.68%
G=16.36%
B=42.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179721890.050.6200.26294.8746.9951.18
HexB348BD53E01A1272f33
Octal2631102755760324475763
Binary10110011100100010111101101111110011010100100111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B348BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B348BD; }

 p { color: rgb(179,72,189); }

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

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

 a { background-color: rgb(179,72,189); }

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

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

 span { border-color: rgb(179,72,189); }

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