Html Css Color HEX #B649A8 Fuchsia

📋 copy color: '#B649A8'

red 182 ◦ green 73 ◦ blue 168

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

Shades of Fuchsia #B649A8

Tints of Fuchsia #B649A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.72%

R = 43.03%
G = 17.26%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B649A8 (or 0xB649A8) is known color: Fuchsia. HEX triplet: B6, 49 and A8. RGB value is (182,73,168). Sum of RGB (Red+Green+Blue) = 182+73+168=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B649A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B649A8 is #49B657. Grayscale: #747474. Windows color (decimal): -4830808 or 11028918. OLE color: 11028918.

HSL color Cylindrical-coordinate representation of color #B649A8: hue angle of 307.71º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B649A8 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 73 168 -
CMYK 0 0.60 0.08 0.29
HSL 307.71º 0.43% 0.5% -
HSV(B) 307.71º 0.6% 0.71% -
XYZ 28.74 17.54 38.92 -
YUV 116.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 182 73 168 0 0.60 0.08 0.29 307.71 0.43 0.5
Hex B6 49 A8 0 3C 8 1D 134 2B 32
Octal 266 111 250 0 74 10 35 464 53 62
Binary 10110110 1001001 10101000 0 111100 1000 11101 100110100 101011 110010

Color Harmonies of #B649A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649A8

Black with #B649A8

Text Example


Text Example

White with #B649A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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