#B736C4

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

Shades of Fuchsia #B736C4

Tints of Fuchsia #B736C4

Color information

#B736C4 (or 0xB736C4) is unknown color: approx Fuchsia. HEX triplet: B7, 36 and C4. RGB value is (183,54,196). Sum of RGB (Red+Green+Blue) = 183+54+196=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #B736C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B736C4 is #48C93B. Grayscale: #6C6C6C. Windows color (decimal): -4770108 or 12859063. OLE color: 12859063.

HSL color Cylindrical-coordinate representation of color #B736C4: hue angle of 294.51º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B736C4 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18354196-
CMYK0.070.7200.23
HSL294.51º56.8%49.02%-
HSV(B)294.51º72.45%76.86%-
XYZ30.8116.6953.82-
YUV108.76177.24180.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 54 (21.48% from 255) = 12.47%
BLUE value IS 196 (76.95% from 255) = 45.27%
R=42.26%
G=12.47%
B=45.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183541960.070.7200.23294.5156.849.02
HexB736C47480171273931
Octal2676630471100274477161
Binary10110111110110110001001111001000010111100100111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B736C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B736C4; }

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

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

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

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

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

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

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

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