#B93DBB

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

Shades of Fuchsia #B93DBB

Tints of Fuchsia #B93DBB

Color information

#B93DBB (or 0xB93DBB) is unknown color: approx Fuchsia. HEX triplet: B9, 3D and BB. RGB value is (185,61,187). Sum of RGB (Red+Green+Blue) = 185+61+187=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #B93DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DBB is #46C244. Grayscale: #707070. Windows color (decimal): -4637253 or 12271033. OLE color: 12271033.

HSL color Cylindrical-coordinate representation of color #B93DBB: hue angle of 299.05º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93DBB is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18561187-
CMYK0.010.6700.27
HSL299.05º50.81%48.63%-
HSV(B)299.05º67.38%73.33%-
XYZ30.6517.2448.73-
YUV112.44170.08179.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 61 (24.22% from 255) = 14.09%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=42.73%
G=14.09%
B=43.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185611870.010.6700.27299.0550.8148.63
HexB93DBB14301B12b3331
Octal2717527311030334536361
Binary101110011111011011101111000011011011100101011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93DBB; }

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

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

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

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

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

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

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

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