Html Css Color HEX #B659AF Fuchsia

📋 copy color: '#B659AF'

red 182 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #B659AF

Tints of Fuchsia #B659AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 40.81%
G = 19.96%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B659AF (or 0xB659AF) is known color: Fuchsia. HEX triplet: B6, 59 and AF. RGB value is (182,89,175). Sum of RGB (Red+Green+Blue) = 182+89+175=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B659AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B659AF is #49A650. Grayscale: #7E7E7E. Windows color (decimal): -4826705 or 11491766. OLE color: 11491766.

HSL color Cylindrical-coordinate representation of color #B659AF: hue angle of 304.52º 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 #B659AF is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 89 175 -
CMYK 0 0.51 0.04 0.29
HSL 304.52º 0.39% 0.53% -
HSV(B) 304.52º 0.51% 0.71% -
XYZ 30.6 20.18 42.84 -
YUV 126.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 182 89 175 0 0.51 0.04 0.29 304.52 0.39 0.53
Hex B6 59 AF 0 33 4 1D 131 27 35
Octal 266 131 257 0 63 4 35 461 47 65
Binary 10110110 1011001 10101111 0 110011 100 11101 100110001 100111 110101

Color Harmonies of #B659AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B659AF

Black with #B659AF

Text Example


Text Example

White with #B659AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B659AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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