#b838ba

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

Shades of Fuchsia #B838BA

Tints of Fuchsia #B838BA

Color information

#B838BA (or 0xB838BA) is unknown color: approx Fuchsia. HEX triplet: B8, 38 and BA. RGB value is (184,56,186). Sum of RGB (Red+Green+Blue) = 184+56+186=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #B838BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838BA is #47C745. Grayscale: #6C6C6C. Windows color (decimal): -4704070 or 12204216. OLE color: 12204216.

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

Color convert

RGB18456186-
CMYK0.010.7000.27
HSL299.08º53.72%47.45%-
HSV(B)299.08º69.89%72.94%-
XYZ30.0416.5648.07-
YUV109.09171.41181.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 56 (22.27% from 255) = 13.15%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=43.19%
G=13.15%
B=43.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184561860.010.7000.27299.0853.7247.45
HexB838BA14601B12b362f
Octal2707027211060334536657
Binary101110001110001011101011000110011011100101011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b838ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b838ba; }

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

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

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

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

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

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

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

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