#B362BD

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

Shades of Fuchsia #B362BD

Tints of Fuchsia #B362BD

Color information

#B362BD (or 0xB362BD) is unknown color: approx Fuchsia. HEX triplet: B3, 62 and BD. RGB value is (179,98,189). Sum of RGB (Red+Green+Blue) = 179+98+189=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #B362BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362BD is #4C9D42. Grayscale: #848484. Windows color (decimal): -5020995 or 12411571. OLE color: 12411571.

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

Color convert

RGB17998189-
CMYK0.050.4800.26
HSL293.41º40.81%56.27%-
HSV(B)293.41º48.15%74.12%-
XYZ32.1421.9950.7-
YUV132.59159.84161.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 98 (38.67% from 255) = 21.03%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=38.41%
G=21.03%
B=40.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179981890.050.4800.26293.4140.8156.27
HexB362BD53001A1252938
Octal2631422755600324455170
Binary10110011110001010111101101110000011010100100101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B362BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B362BD; }

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

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

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

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

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

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

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

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