Html Css Color HEX #B655B1 Fuchsia

📋 copy color: '#B655B1'

red 182 ◦ green 85 ◦ blue 177

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

Shades of Fuchsia #B655B1

Tints of Fuchsia #B655B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.86%

R = 40.99%
G = 19.14%
B = 39.86%

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

#B655B1 (or 0xB655B1) is known color: Fuchsia. HEX triplet: B6, 55 and B1. RGB value is (182,85,177). Sum of RGB (Red+Green+Blue) = 182+85+177=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B655B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B655B1 is #49AA4E. Grayscale: #7C7C7C. Windows color (decimal): -4827727 or 11621814. OLE color: 11621814.

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

Color convert

RGB 182 85 177 -
CMYK 0 0.53 0.03 0.29
HSL 303.09º 0.4% 0.52% -
HSV(B) 303.09º 0.53% 0.71% -
XYZ 30.48 19.62 43.78 -
YUV 124.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 182 85 177 0 0.53 0.03 0.29 303.09 0.4 0.52
Hex B6 55 B1 0 35 3 1D 12F 28 34
Octal 266 125 261 0 65 3 35 457 50 64
Binary 10110110 1010101 10110001 0 110101 11 11101 100101111 101000 110100

Color Harmonies of #B655B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655B1

Black with #B655B1

Text Example


Text Example

White with #B655B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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