Html Css Color HEX #B634A9 Fuchsia

📋 copy color: '#B634A9'

red 182 ◦ green 52 ◦ blue 169

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

Shades of Fuchsia #B634A9

Tints of Fuchsia #B634A9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.9%

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

R = 45.16%
G = 12.9%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B634A9 (or 0xB634A9) is known color: Fuchsia. HEX triplet: B6, 34 and A9. RGB value is (182,52,169). Sum of RGB (Red+Green+Blue) = 182+52+169=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B634A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B634A9 is #49CB56. Grayscale: #676767. Windows color (decimal): -4836183 or 11089078. OLE color: 11089078.

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

Color convert

RGB 182 52 169 -
CMYK 0 0.71 0.07 0.29
HSL 306º 0.56% 0.46% -
HSV(B) 306º 0.71% 0.71% -
XYZ 27.68 15.27 39.02 -
YUV 104.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 182 52 169 0 0.71 0.07 0.29 306 0.56 0.46
Hex B6 34 A9 0 47 7 1D 132 38 2E
Octal 266 64 251 0 107 7 35 462 70 56
Binary 10110110 110100 10101001 0 1000111 111 11101 100110010 111000 101110

Color Harmonies of #B634A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B634A9

Black with #B634A9

Text Example


Text Example

White with #B634A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B634A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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