#B765AF

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

Shades of Fuchsia #B765AF

Tints of Fuchsia #B765AF

Color information

#B765AF (or 0xB765AF) is unknown color: approx Fuchsia. HEX triplet: B7, 65 and AF. RGB value is (183,101,175). Sum of RGB (Red+Green+Blue) = 183+101+175=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B765AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B765AF is #489A50. Grayscale: #858585. Windows color (decimal): -4758097 or 11494839. OLE color: 11494839.

HSL color Cylindrical-coordinate representation of color #B765AF: hue angle of 305.85º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B765AF is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB183101175-
CMYK00.450.040.28
HSL305.85º36.28%55.69%-
HSV(B)305.85º44.81%71.76%-
XYZ31.9222.4743.21-
YUV133.95151.17162.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.87%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=39.87%
G=22.00%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310117500.450.040.28305.8536.2855.69
HexB765AF02D41C1322438
Octal2671452570554344624470
Binary10110111110010110101111010110110011100100110010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B765AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B765AF; }

 p { color: rgb(183,101,175); }

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

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

 a { background-color: rgb(183,101,175); }

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

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

 span { border-color: rgb(183,101,175); }

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