Html Css Color HEX #B655B9 Fuchsia

📋 copy color: '#B655B9'

red 182 ◦ green 85 ◦ blue 185

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

Shades of Fuchsia #B655B9

Tints of Fuchsia #B655B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 40.27%
G = 18.81%
B = 40.93%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B655B9 (or 0xB655B9) is known color: Fuchsia. HEX triplet: B6, 55 and B9. RGB value is (182,85,185). Sum of RGB (Red+Green+Blue) = 182+85+185=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #B655B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655B9 is #49AA46. Grayscale: #7D7D7D. Windows color (decimal): -4827719 or 12146102. OLE color: 12146102.

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

Color convert

RGB 182 85 185 -
CMYK 0.02 0.54 0 0.27
HSL 298.2º 0.42% 0.53% -
HSV(B) 298.2º 0.54% 0.73% -
XYZ 31.3 19.94 48.1 -
YUV 125.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 182 85 185 0.02 0.54 0 0.27 298.2 0.42 0.53
Hex B6 55 B9 2 36 0 1B 12A 2A 35
Octal 266 125 271 2 66 0 33 452 52 65
Binary 10110110 1010101 10111001 10 110110 0 11011 100101010 101010 110101

Color Harmonies of #B655B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655B9

Black with #B655B9

Text Example


Text Example

White with #B655B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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