Html Css Color HEX #B64AAA Fuchsia

📋 copy color: '#B64AAA'

red 182 ◦ green 74 ◦ blue 170

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

Shades of Fuchsia #B64AAA

Tints of Fuchsia #B64AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.37%

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

R = 42.72%
G = 17.37%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B64AAA (or 0xB64AAA) is known color: Fuchsia. HEX triplet: B6, 4A and AA. RGB value is (182,74,170). Sum of RGB (Red+Green+Blue) = 182+74+170=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B64AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64AAA is #49B555. Grayscale: #747474. Windows color (decimal): -4830550 or 11160246. OLE color: 11160246.

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

Color convert

RGB 182 74 170 -
CMYK 0 0.59 0.07 0.29
HSL 306.67º 0.43% 0.5% -
HSV(B) 306.67º 0.59% 0.71% -
XYZ 29 17.74 39.93 -
YUV 117.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 182 74 170 0 0.59 0.07 0.29 306.67 0.43 0.5
Hex B6 4A AA 0 3B 7 1D 133 2B 32
Octal 266 112 252 0 73 7 35 463 53 62
Binary 10110110 1001010 10101010 0 111011 111 11101 100110011 101011 110010

Color Harmonies of #B64AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64AAA

Black with #B64AAA

Text Example


Text Example

White with #B64AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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