Html Css Color HEX #B656B0 Fuchsia

📋 copy color: '#B656B0'

red 182 ◦ green 86 ◦ blue 176

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

Shades of Fuchsia #B656B0

Tints of Fuchsia #B656B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.64%

R = 40.99%
G = 19.37%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B656B0 (or 0xB656B0) is known color: Fuchsia. HEX triplet: B6, 56 and B0. RGB value is (182,86,176). Sum of RGB (Red+Green+Blue) = 182+86+176=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B656B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B656B0 is #49A94F. Grayscale: #7C7C7C. Windows color (decimal): -4827472 or 11556534. OLE color: 11556534.

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

Color convert

RGB 182 86 176 -
CMYK 0 0.53 0.03 0.29
HSL 303.75º 0.4% 0.53% -
HSV(B) 303.75º 0.53% 0.71% -
XYZ 30.46 19.74 43.28 -
YUV 124.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 182 86 176 0 0.53 0.03 0.29 303.75 0.4 0.53
Hex B6 56 B0 0 35 3 1D 130 28 35
Octal 266 126 260 0 65 3 35 460 50 65
Binary 10110110 1010110 10110000 0 110101 11 11101 100110000 101000 110101

Color Harmonies of #B656B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656B0

Black with #B656B0

Text Example


Text Example

White with #B656B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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