#B93DC1

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

Shades of Fuchsia #B93DC1

Tints of Fuchsia #B93DC1

Color information

#B93DC1 (or 0xB93DC1) is unknown color: approx Fuchsia. HEX triplet: B9, 3D and C1. RGB value is (185,61,193). Sum of RGB (Red+Green+Blue) = 185+61+193=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #B93DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DC1 is #46C23E. Grayscale: #707070. Windows color (decimal): -4637247 or 12664249. OLE color: 12664249.

HSL color Cylindrical-coordinate representation of color #B93DC1: hue angle of 296.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93DC1 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18561193-
CMYK0.040.6800.24
HSL296.36º51.97%49.8%-
HSV(B)296.36º68.39%75.69%-
XYZ31.317.552.18-
YUV113.12173.08179.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 61 (24.22% from 255) = 13.90%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=42.14%
G=13.90%
B=43.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185611930.040.6800.24296.3651.9749.8
HexB93DC14440181283432
Octal2717530141040304506462
Binary10111001111101110000011001000100011000100101000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93DC1; }

 p { color: rgb(185,61,193); }

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

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

 a { background-color: rgb(185,61,193); }

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

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

 span { border-color: rgb(185,61,193); }

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