#B236BA

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

Shades of Fuchsia #B236BA

Tints of Fuchsia #B236BA

Color information

#B236BA (or 0xB236BA) is unknown color: approx Fuchsia. HEX triplet: B2, 36 and BA. RGB value is (178,54,186). Sum of RGB (Red+Green+Blue) = 178+54+186=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #B236BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236BA is #4DC945. Grayscale: #696969. Windows color (decimal): -5097798 or 12203698. OLE color: 12203698.

HSL color Cylindrical-coordinate representation of color #B236BA: hue angle of 296.36º 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 #B236BA is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17854186-
CMYK0.040.7100.27
HSL296.36º55%47.06%-
HSV(B)296.36º70.97%72.94%-
XYZ28.5415.6547.97-
YUV106.12173.08179.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 54 (21.48% from 255) = 12.92%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=42.58%
G=12.92%
B=44.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178541860.040.7100.27296.365547.06
HexB236BA44701B128372f
Octal2626627241070334506757
Binary10110010110110101110101001000111011011100101000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B236BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B236BA; }

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

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

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

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

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

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

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

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