#B351BC

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

Shades of Fuchsia #B351BC

Tints of Fuchsia #B351BC

Color information

#B351BC (or 0xB351BC) is unknown color: approx Fuchsia. HEX triplet: B3, 51 and BC. RGB value is (179,81,188). Sum of RGB (Red+Green+Blue) = 179+81+188=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #B351BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351BC is #4CAE43. Grayscale: #7A7A7A. Windows color (decimal): -5025348 or 12341683. OLE color: 12341683.

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

Color convert

RGB17981188-
CMYK0.050.5700.26
HSL294.95º44.4%52.75%-
HSV(B)294.95º56.91%73.73%-
XYZ30.6119.149.65-
YUV122.5164.97168.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=39.96%
G=18.08%
B=41.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179811880.050.5700.26294.9544.452.75
HexB351BC53901A1272c35
Octal2631212745710324475465
Binary10110011101000110111100101111001011010100100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B351BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B351BC; }

 p { color: rgb(179,81,188); }

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

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

 a { background-color: rgb(179,81,188); }

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

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

 span { border-color: rgb(179,81,188); }

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