#B236BD

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

Shades of Fuchsia #B236BD

Tints of Fuchsia #B236BD

Color information

#B236BD (or 0xB236BD) is unknown color: approx Fuchsia. HEX triplet: B2, 36 and BD. RGB value is (178,54,189). Sum of RGB (Red+Green+Blue) = 178+54+189=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #B236BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236BD is #4DC942. Grayscale: #6A6A6A. Windows color (decimal): -5097795 or 12400306. OLE color: 12400306.

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

Color convert

RGB17854189-
CMYK0.060.7100.26
HSL295.11º55.56%47.65%-
HSV(B)295.11º71.43%74.12%-
XYZ28.8615.7849.67-
YUV106.47174.58179.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 54 (21.48% from 255) = 12.83%
BLUE value IS 189 (74.22% from 255) = 44.89%
R=42.28%
G=12.83%
B=44.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178541890.060.7100.26295.1155.5647.65
HexB236BD64701A1273830
Octal2626627561070324477060
Binary10110010110110101111011101000111011010100100111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B236BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B236BD; }

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

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

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

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

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

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

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

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