#B736C6

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

Shades of Fuchsia #B736C6

Tints of Fuchsia #B736C6

Color information

#B736C6 (or 0xB736C6) is unknown color: approx Fuchsia. HEX triplet: B7, 36 and C6. RGB value is (183,54,198). Sum of RGB (Red+Green+Blue) = 183+54+198=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #B736C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B736C6 is #48C939. Grayscale: #6C6C6C. Windows color (decimal): -4770106 or 12990135. OLE color: 12990135.

HSL color Cylindrical-coordinate representation of color #B736C6: hue angle of 293.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B736C6 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18354198-
CMYK0.080.7300.22
HSL293.75º57.14%49.41%-
HSV(B)293.75º72.73%77.65%-
XYZ31.0416.7855.03-
YUV108.99178.24180.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 54 (21.48% from 255) = 12.41%
BLUE value IS 198 (77.73% from 255) = 45.52%
R=42.07%
G=12.41%
B=45.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183541980.080.7300.22293.7557.1449.41
HexB736C68490161263931
Octal26766306101110264467161
Binary101101111101101100011010001001001010110100100110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B736C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B736C6; }

 p { color: rgb(183,54,198); }

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

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

 a { background-color: rgb(183,54,198); }

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

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

 span { border-color: rgb(183,54,198); }

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