Html Css Color HEX #B63AA9 Fuchsia

📋 copy color: '#B63AA9'

red 182 ◦ green 58 ◦ blue 169

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

Shades of Fuchsia #B63AA9

Tints of Fuchsia #B63AA9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.18%

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

R = 44.5%
G = 14.18%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B63AA9 (or 0xB63AA9) is known color: Fuchsia. HEX triplet: B6, 3A and A9. RGB value is (182,58,169). Sum of RGB (Red+Green+Blue) = 182+58+169=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B63AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63AA9 is #49C556. Grayscale: #6B6B6B. Windows color (decimal): -4834647 or 11090614. OLE color: 11090614.

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

Color convert

RGB 182 58 169 -
CMYK 0 0.68 0.07 0.29
HSL 306.29º 0.52% 0.47% -
HSV(B) 306.29º 0.68% 0.71% -
XYZ 27.97 15.84 39.12 -
YUV 107.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 182 58 169 0 0.68 0.07 0.29 306.29 0.52 0.47
Hex B6 3A A9 0 44 7 1D 132 34 2F
Octal 266 72 251 0 104 7 35 462 64 57
Binary 10110110 111010 10101001 0 1000100 111 11101 100110010 110100 101111

Color Harmonies of #B63AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63AA9

Black with #B63AA9

Text Example


Text Example

White with #B63AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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