#B738AA

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

Shades of Fuchsia #B738AA

Tints of Fuchsia #B738AA

Color information

#B738AA (or 0xB738AA) is unknown color: approx Fuchsia. HEX triplet: B7, 38 and AA. RGB value is (183,56,170). Sum of RGB (Red+Green+Blue) = 183+56+170=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B738AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B738AA is #48C755. Grayscale: #6A6A6A. Windows color (decimal): -4769622 or 11155639. OLE color: 11155639.

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

Color convert

RGB18356170-
CMYK00.690.070.28
HSL306.14º53.14%46.86%-
HSV(B)306.14º69.4%71.76%-
XYZ28.215.839.59-
YUV106.97163.58182.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 56 (22.27% from 255) = 13.69%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=44.74%
G=13.69%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835617000.690.070.28306.1453.1446.86
HexB738AA04571C132352f
Octal2677025201057344626557
Binary10110111111000101010100100010111111100100110010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B738AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B738AA; }

 p { color: rgb(183,56,170); }

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

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

 a { background-color: rgb(183,56,170); }

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

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

 span { border-color: rgb(183,56,170); }

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