Html Css Color HEX #B759AD Fuchsia

📋 copy color: '#B759AD'

red 183 ◦ green 89 ◦ blue 173

#B759AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B759AD

Tints of Fuchsia #B759AD

RGB

 RED value IS 183 (71.88% from 255) = 41.12%

 GREEN value IS 89 (35.16% from 255) = 20%

 BLUE value IS 173 (67.97% from 255) = 38.88%

R = 41.12%
G = 20%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B759AD (or 0xB759AD) is known color: Fuchsia. HEX triplet: B7, 59 and AD. RGB value is (183,89,173). Sum of RGB (Red+Green+Blue) = 183+89+173=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B759AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B759AD is #48A652. Grayscale: #7E7E7E. Windows color (decimal): -4761171 or 11360695. OLE color: 11360695.

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

Color convert

RGB 183 89 173 -
CMYK 0 0.51 0.05 0.28
HSL 306.38º 0.39% 0.53% -
HSV(B) 306.38º 0.51% 0.72% -
XYZ 30.64 20.23 41.82 -
YUV 126.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 183 89 173 0 0.51 0.05 0.28 306.38 0.39 0.53
Hex B7 59 AD 0 33 5 1C 132 27 35
Octal 267 131 255 0 63 5 34 462 47 65
Binary 10110111 1011001 10101101 0 110011 101 11100 100110010 100111 110101

Color Harmonies of #B759AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B759AD

Black with #B759AD

Text Example


Text Example

White with #B759AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B759AD; }

 p { color: rgb(183,89,173); }

 H1.HeaderClassName
 {
   color: #B759AD;
 }
 .AnyTagClassName
 {
   color: #B759AD;
 }
</style>

background-color css

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

 a { background-color: rgb(183,89,173); }

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

border-color css

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

 span { border-color: rgb(183,89,173); }

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