Html Css Color HEX #B654BB Fuchsia

📋 copy color: '#B654BB'

red 182 ◦ green 84 ◦ blue 187

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

Shades of Fuchsia #B654BB

Tints of Fuchsia #B654BB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.54%

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

R = 40.18%
G = 18.54%
B = 41.28%

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

#B654BB (or 0xB654BB) is known color: Fuchsia. HEX triplet: B6, 54 and BB. RGB value is (182,84,187). Sum of RGB (Red+Green+Blue) = 182+84+187=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #B654BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654BB is #49AB44. Grayscale: #7C7C7C. Windows color (decimal): -4827973 or 12276918. OLE color: 12276918.

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

Color convert

RGB 182 84 187 -
CMYK 0.03 0.55 0 0.27
HSL 297.09º 0.43% 0.53% -
HSV(B) 297.09º 0.55% 0.73% -
XYZ 31.43 19.87 49.19 -
YUV 125.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 182 84 187 0.03 0.55 0 0.27 297.09 0.43 0.53
Hex B6 54 BB 3 37 0 1B 129 2B 35
Octal 266 124 273 3 67 0 33 451 53 65
Binary 10110110 1010100 10111011 11 110111 0 11011 100101001 101011 110101

Color Harmonies of #B654BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B654BB

Black with #B654BB

Text Example


Text Example

White with #B654BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B654BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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