#B836BA

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

Shades of Fuchsia #B836BA

Tints of Fuchsia #B836BA

Color information

#B836BA (or 0xB836BA) is unknown color: approx Fuchsia. HEX triplet: B8, 36 and BA. RGB value is (184,54,186). Sum of RGB (Red+Green+Blue) = 184+54+186=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #B836BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836BA is #47C945. Grayscale: #6B6B6B. Windows color (decimal): -4704582 or 12203704. OLE color: 12203704.

HSL color Cylindrical-coordinate representation of color #B836BA: hue angle of 299.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B836BA is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18454186-
CMYK0.010.7100.27
HSL299.09º55%47.06%-
HSV(B)299.09º70.97%72.94%-
XYZ29.9516.3748.04-
YUV107.92172.07182.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 54 (21.48% from 255) = 12.74%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=43.40%
G=12.74%
B=43.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184541860.010.7100.27299.095547.06
HexB836BA14701B12b372f
Octal2706627211070334536757
Binary101110001101101011101011000111011011100101011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B836BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B836BA; }

 p { color: rgb(184,54,186); }

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

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

 a { background-color: rgb(184,54,186); }

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

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

 span { border-color: rgb(184,54,186); }

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