Html Css Color HEX #B656AF Fuchsia

📋 copy color: '#B656AF'

red 182 ◦ green 86 ◦ blue 175

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

Shades of Fuchsia #B656AF

Tints of Fuchsia #B656AF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.41%

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

R = 41.08%
G = 19.41%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B656AF (or 0xB656AF) is known color: Fuchsia. HEX triplet: B6, 56 and AF. RGB value is (182,86,175). Sum of RGB (Red+Green+Blue) = 182+86+175=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B656AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B656AF is #49A950. Grayscale: #7C7C7C. Windows color (decimal): -4827473 or 11490998. OLE color: 11490998.

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

Color convert

RGB 182 86 175 -
CMYK 0 0.53 0.04 0.29
HSL 304.38º 0.4% 0.53% -
HSV(B) 304.38º 0.53% 0.71% -
XYZ 30.36 19.7 42.76 -
YUV 124.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 182 86 175 0 0.53 0.04 0.29 304.38 0.4 0.53
Hex B6 56 AF 0 35 4 1D 130 28 35
Octal 266 126 257 0 65 4 35 460 50 65
Binary 10110110 1010110 10101111 0 110101 100 11101 100110000 101000 110101

Color Harmonies of #B656AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656AF

Black with #B656AF

Text Example


Text Example

White with #B656AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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