Html Css Color HEX #B64AAC Fuchsia

📋 copy color: '#B64AAC'

red 182 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #B64AAC

Tints of Fuchsia #B64AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 42.52%
G = 17.29%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B64AAC (or 0xB64AAC) is known color: Fuchsia. HEX triplet: B6, 4A and AC. RGB value is (182,74,172). Sum of RGB (Red+Green+Blue) = 182+74+172=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B64AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64AAC is #49B553. Grayscale: #757575. Windows color (decimal): -4830548 or 11291318. OLE color: 11291318.

HSL color Cylindrical-coordinate representation of color #B64AAC: hue angle of 305.56º 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 #B64AAC is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 74 172 -
CMYK 0 0.59 0.05 0.29
HSL 305.56º 0.43% 0.5% -
HSV(B) 305.56º 0.59% 0.71% -
XYZ 29.19 17.82 40.93 -
YUV 117.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 182 74 172 0 0.59 0.05 0.29 305.56 0.43 0.5
Hex B6 4A AC 0 3B 5 1D 132 2B 32
Octal 266 112 254 0 73 5 35 462 53 62
Binary 10110110 1001010 10101100 0 111011 101 11101 100110010 101011 110010

Color Harmonies of #B64AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64AAC

Black with #B64AAC

Text Example


Text Example

White with #B64AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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