#B836BD

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

Shades of Fuchsia #B836BD

Tints of Fuchsia #B836BD

Color information

#B836BD (or 0xB836BD) is unknown color: approx Fuchsia. HEX triplet: B8, 36 and BD. RGB value is (184,54,189). Sum of RGB (Red+Green+Blue) = 184+54+189=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #B836BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836BD is #47C942. Grayscale: #6B6B6B. Windows color (decimal): -4704579 or 12400312. OLE color: 12400312.

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

Color convert

RGB18454189-
CMYK0.030.7100.26
HSL297.78º55.56%47.65%-
HSV(B)297.78º71.43%74.12%-
XYZ30.2716.549.73-
YUV108.26173.57182.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 54 (21.48% from 255) = 12.65%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=43.09%
G=12.65%
B=44.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184541890.030.7100.26297.7855.5647.65
HexB836BD34701A12a3830
Octal2706627531070324527060
Binary1011100011011010111101111000111011010100101010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B836BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B836BD; }

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

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

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

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

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

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

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

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