#B93ABB

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

Shades of Fuchsia #B93ABB

Tints of Fuchsia #B93ABB

Color information

#B93ABB (or 0xB93ABB) is unknown color: approx Fuchsia. HEX triplet: B9, 3A and BB. RGB value is (185,58,187). Sum of RGB (Red+Green+Blue) = 185+58+187=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #B93ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ABB is #46C544. Grayscale: #6E6E6E. Windows color (decimal): -4638021 or 12270265. OLE color: 12270265.

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

Color convert

RGB18558187-
CMYK0.010.6900.27
HSL299.07º52.65%48.04%-
HSV(B)299.07º68.98%73.33%-
XYZ30.4916.9348.67-
YUV110.68171.08181.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 58 (23.05% from 255) = 13.49%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=43.02%
G=13.49%
B=43.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185581870.010.6900.27299.0752.6548.04
HexB93ABB14501B12b3530
Octal2717227311050334536560
Binary101110011110101011101111000101011011100101011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93ABB; }

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

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

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

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

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

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

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

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