Html Css Color HEX #B63FA9 Fuchsia

📋 copy color: '#B63FA9'

red 182 ◦ green 63 ◦ blue 169

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

Shades of Fuchsia #B63FA9

Tints of Fuchsia #B63FA9

RGB

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

 GREEN value IS 63 (25% from 255) = 15.22%

 BLUE value IS 169 (66.41% from 255) = 40.82%

R = 43.96%
G = 15.22%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B63FA9 (or 0xB63FA9) is known color: Fuchsia. HEX triplet: B6, 3F and A9. RGB value is (182,63,169). Sum of RGB (Red+Green+Blue) = 182+63+169=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B63FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63FA9 is #49C056. Grayscale: #6E6E6E. Windows color (decimal): -4833367 or 11091894. OLE color: 11091894.

HSL color Cylindrical-coordinate representation of color #B63FA9: hue angle of 306.55º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63FA9 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 63 169 -
CMYK 0 0.65 0.07 0.29
HSL 306.55º 0.49% 0.48% -
HSV(B) 306.55º 0.65% 0.71% -
XYZ 28.23 16.36 39.21 -
YUV 110.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 182 63 169 0 0.65 0.07 0.29 306.55 0.49 0.48
Hex B6 3F A9 0 41 7 1D 133 31 30
Octal 266 77 251 0 101 7 35 463 61 60
Binary 10110110 111111 10101001 0 1000001 111 11101 100110011 110001 110000

Color Harmonies of #B63FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FA9

Black with #B63FA9

Text Example


Text Example

White with #B63FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FA9; }

 p { color: rgb(182,63,169); }

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

background-color css

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

 a { background-color: rgb(182,63,169); }

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

border-color css

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

 span { border-color: rgb(182,63,169); }

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