Html Css Color HEX #B659AD Fuchsia

📋 copy color: '#B659AD'

red 182 ◦ green 89 ◦ blue 173

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

Shades of Fuchsia #B659AD

Tints of Fuchsia #B659AD

RGB

 RED value IS 182 (71.48% from 255) = 40.99%

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

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

R = 40.99%
G = 20.05%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B659AD (or 0xB659AD) is known color: Fuchsia. HEX triplet: B6, 59 and AD. RGB value is (182,89,173). Sum of RGB (Red+Green+Blue) = 182+89+173=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B659AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B659AD is #49A652. Grayscale: #7E7E7E. Windows color (decimal): -4826707 or 11360694. OLE color: 11360694.

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

Color convert

RGB 182 89 173 -
CMYK 0 0.51 0.05 0.29
HSL 305.81º 0.39% 0.53% -
HSV(B) 305.81º 0.51% 0.71% -
XYZ 30.41 20.11 41.81 -
YUV 126.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 182 89 173 0 0.51 0.05 0.29 305.81 0.39 0.53
Hex B6 59 AD 0 33 5 1D 132 27 35
Octal 266 131 255 0 63 5 35 462 47 65
Binary 10110110 1011001 10101101 0 110011 101 11101 100110010 100111 110101

Color Harmonies of #B659AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B659AD

Black with #B659AD

Text Example


Text Example

White with #B659AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B659AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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