Html Css Color HEX #B655BB Fuchsia

📋 copy color: '#B655BB'

red 182 ◦ green 85 ◦ blue 187

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

Shades of Fuchsia #B655BB

Tints of Fuchsia #B655BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 40.09%
G = 18.72%
B = 41.19%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B655BB (or 0xB655BB) is known color: Fuchsia. HEX triplet: B6, 55 and BB. RGB value is (182,85,187). Sum of RGB (Red+Green+Blue) = 182+85+187=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #B655BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655BB is #49AA44. Grayscale: #7D7D7D. Windows color (decimal): -4827717 or 12277174. OLE color: 12277174.

HSL color Cylindrical-coordinate representation of color #B655BB: hue angle of 297.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B655BB is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 85 187 -
CMYK 0.03 0.55 0 0.27
HSL 297.06º 0.43% 0.53% -
HSV(B) 297.06º 0.55% 0.73% -
XYZ 31.51 20.03 49.22 -
YUV 125.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 182 85 187 0.03 0.55 0 0.27 297.06 0.43 0.53
Hex B6 55 BB 3 37 0 1B 129 2B 35
Octal 266 125 273 3 67 0 33 451 53 65
Binary 10110110 1010101 10111011 11 110111 0 11011 100101001 101011 110101

Color Harmonies of #B655BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655BB

Black with #B655BB

Text Example


Text Example

White with #B655BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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