Html Css Color HEX #B654AF Fuchsia

📋 copy color: '#B654AF'

red 182 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #B654AF

Tints of Fuchsia #B654AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 41.27%
G = 19.05%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B654AF (or 0xB654AF) is known color: Fuchsia. HEX triplet: B6, 54 and AF. RGB value is (182,84,175). Sum of RGB (Red+Green+Blue) = 182+84+175=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B654AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B654AF is #49AB50. Grayscale: #7B7B7B. Windows color (decimal): -4827985 or 11490486. OLE color: 11490486.

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

Color convert

RGB 182 84 175 -
CMYK 0 0.54 0.04 0.29
HSL 304.29º 0.4% 0.52% -
HSV(B) 304.29º 0.54% 0.71% -
XYZ 30.2 19.38 42.71 -
YUV 123.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 182 84 175 0 0.54 0.04 0.29 304.29 0.4 0.52
Hex B6 54 AF 0 36 4 1D 130 28 34
Octal 266 124 257 0 66 4 35 460 50 64
Binary 10110110 1010100 10101111 0 110110 100 11101 100110000 101000 110100

Color Harmonies of #B654AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B654AF

Black with #B654AF

Text Example


Text Example

White with #B654AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B654AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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