#B862BD

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

Shades of Fuchsia #B862BD

Tints of Fuchsia #B862BD

Color information

#B862BD (or 0xB862BD) is unknown color: approx Fuchsia. HEX triplet: B8, 62 and BD. RGB value is (184,98,189). Sum of RGB (Red+Green+Blue) = 184+98+189=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #B862BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B862BD is #479D42. Grayscale: #858585. Windows color (decimal): -4693315 or 12411576. OLE color: 12411576.

HSL color Cylindrical-coordinate representation of color #B862BD: hue angle of 296.7º 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 #B862BD is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18498189-
CMYK0.030.4800.26
HSL296.7º40.81%56.27%-
HSV(B)296.7º48.15%74.12%-
XYZ33.3222.650.75-
YUV134.09158.99163.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 98 (38.67% from 255) = 20.81%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=39.07%
G=20.81%
B=40.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184981890.030.4800.26296.740.8156.27
HexB862BD33001A1292938
Octal2701422753600324515170
Binary1011100011000101011110111110000011010100101001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B862BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B862BD; }

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

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

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

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

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

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

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

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