#B745C4

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

Shades of Fuchsia #B745C4

Tints of Fuchsia #B745C4

Color information

#B745C4 (or 0xB745C4) is unknown color: approx Fuchsia. HEX triplet: B7, 45 and C4. RGB value is (183,69,196). Sum of RGB (Red+Green+Blue) = 183+69+196=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 196 - color contains mainly: blue. Hex color #B745C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745C4 is #48BA3B. Grayscale: #757575. Windows color (decimal): -4766268 or 12862903. OLE color: 12862903.

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

Color convert

RGB18369196-
CMYK0.070.6500.23
HSL293.86º51.84%51.96%-
HSV(B)293.86º64.8%76.86%-
XYZ31.6218.3154.09-
YUV117.56172.27174.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.85%
GREEN value IS 69 (27.34% from 255) = 15.40%
BLUE value IS 196 (76.95% from 255) = 43.75%
R=40.85%
G=15.40%
B=43.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183691960.070.6500.23293.8651.8451.96
HexB745C47410171263434
Octal26710530471010274466464
Binary101101111000101110001001111000001010111100100110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745C4; }

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

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

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

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

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

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

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

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