Html Css Color HEX #B655AB Fuchsia

📋 copy color: '#B655AB'

red 182 ◦ green 85 ◦ blue 171

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

Shades of Fuchsia #B655AB

Tints of Fuchsia #B655AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 41.55%
G = 19.41%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B655AB (or 0xB655AB) is known color: Fuchsia. HEX triplet: B6, 55 and AB. RGB value is (182,85,171). Sum of RGB (Red+Green+Blue) = 182+85+171=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B655AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B655AB is #49AA54. Grayscale: #7B7B7B. Windows color (decimal): -4827733 or 11228598. OLE color: 11228598.

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

Color convert

RGB 182 85 171 -
CMYK 0 0.53 0.06 0.29
HSL 306.8º 0.4% 0.52% -
HSV(B) 306.8º 0.53% 0.71% -
XYZ 29.89 19.38 40.69 -
YUV 123.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 182 85 171 0 0.53 0.06 0.29 306.8 0.4 0.52
Hex B6 55 AB 0 35 6 1D 133 28 34
Octal 266 125 253 0 65 6 35 463 50 64
Binary 10110110 1010101 10101011 0 110101 110 11101 100110011 101000 110100

Color Harmonies of #B655AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655AB

Black with #B655AB

Text Example


Text Example

White with #B655AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655AB; }

 p { color: rgb(182,85,171); }

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

background-color css

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

 a { background-color: rgb(182,85,171); }

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

border-color css

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

 span { border-color: rgb(182,85,171); }

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