Html Css Color HEX #B649BA Fuchsia

📋 copy color: '#B649BA'

red 182 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #B649BA

Tints of Fuchsia #B649BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.55%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 41.27%
G = 16.55%
B = 42.18%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B649BA (or 0xB649BA) is known color: Fuchsia. HEX triplet: B6, 49 and BA. RGB value is (182,73,186). Sum of RGB (Red+Green+Blue) = 182+73+186=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #B649BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649BA is #49B645. Grayscale: #767676. Windows color (decimal): -4830790 or 12208566. OLE color: 12208566.

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

Color convert

RGB 182 73 186 -
CMYK 0.02 0.61 0 0.27
HSL 297.88º 0.45% 0.51% -
HSV(B) 297.88º 0.61% 0.73% -
XYZ 30.54 18.26 48.37 -
YUV 118.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 182 73 186 0.02 0.61 0 0.27 297.88 0.45 0.51
Hex B6 49 BA 2 3D 0 1B 12A 2D 33
Octal 266 111 272 2 75 0 33 452 55 63
Binary 10110110 1001001 10111010 10 111101 0 11011 100101010 101101 110011

Color Harmonies of #B649BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649BA

Black with #B649BA

Text Example


Text Example

White with #B649BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649BA; }

 p { color: rgb(182,73,186); }

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

background-color css

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

 a { background-color: rgb(182,73,186); }

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

border-color css

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

 span { border-color: rgb(182,73,186); }

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