#B83CAB

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

Shades of Fuchsia #B83CAB

Tints of Fuchsia #B83CAB

Color information

#B83CAB (or 0xB83CAB) is unknown color: approx Fuchsia. HEX triplet: B8, 3C and AB. RGB value is (184,60,171). Sum of RGB (Red+Green+Blue) = 184+60+171=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B83CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83CAB is #47C354. Grayscale: #6D6D6D. Windows color (decimal): -4703061 or 11222200. OLE color: 11222200.

HSL color Cylindrical-coordinate representation of color #B83CAB: hue angle of 306.29º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83CAB is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18460171-
CMYK00.670.070.28
HSL306.29º50.82%47.84%-
HSV(B)306.29º67.39%72.16%-
XYZ28.7316.3640.17-
YUV109.73162.58180.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 60 (23.83% from 255) = 14.46%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=44.34%
G=14.46%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846017100.670.070.28306.2950.8247.84
HexB83CAB04371C1323330
Octal2707425301037344626360
Binary10111000111100101010110100001111111100100110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83CAB; }

 p { color: rgb(184,60,171); }

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

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

 a { background-color: rgb(184,60,171); }

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

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

 span { border-color: rgb(184,60,171); }

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