Html Css Color HEX #B641AA Fuchsia

📋 copy color: '#B641AA'

red 182 ◦ green 65 ◦ blue 170

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

Shades of Fuchsia #B641AA

Tints of Fuchsia #B641AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 43.65%
G = 15.59%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B641AA (or 0xB641AA) is known color: Fuchsia. HEX triplet: B6, 41 and AA. RGB value is (182,65,170). Sum of RGB (Red+Green+Blue) = 182+65+170=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B641AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B641AA is #49BE55. Grayscale: #6F6F6F. Windows color (decimal): -4832854 or 11157942. OLE color: 11157942.

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

Color convert

RGB 182 65 170 -
CMYK 0 0.64 0.07 0.29
HSL 306.15º 0.47% 0.48% -
HSV(B) 306.15º 0.64% 0.71% -
XYZ 28.44 16.63 39.74 -
YUV 111.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 182 65 170 0 0.64 0.07 0.29 306.15 0.47 0.48
Hex B6 41 AA 0 40 7 1D 132 2F 30
Octal 266 101 252 0 100 7 35 462 57 60
Binary 10110110 1000001 10101010 0 1000000 111 11101 100110010 101111 110000

Color Harmonies of #B641AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641AA

Black with #B641AA

Text Example


Text Example

White with #B641AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641AA; }

 p { color: rgb(182,65,170); }

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

background-color css

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

 a { background-color: rgb(182,65,170); }

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

border-color css

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

 span { border-color: rgb(182,65,170); }

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