Html Css Color HEX #B64AA7 Fuchsia

📋 copy color: '#B64AA7'

red 182 ◦ green 74 ◦ blue 167

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

Shades of Fuchsia #B64AA7

Tints of Fuchsia #B64AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.48%

R = 43.03%
G = 17.49%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B64AA7 (or 0xB64AA7) is known color: Fuchsia. HEX triplet: B6, 4A and A7. RGB value is (182,74,167). Sum of RGB (Red+Green+Blue) = 182+74+167=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B64AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64AA7 is #49B558. Grayscale: #747474. Windows color (decimal): -4830553 or 10963638. OLE color: 10963638.

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

Color convert

RGB 182 74 167 -
CMYK 0 0.59 0.08 0.29
HSL 308.33º 0.43% 0.5% -
HSV(B) 308.33º 0.59% 0.71% -
XYZ 28.72 17.63 38.45 -
YUV 116.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 182 74 167 0 0.59 0.08 0.29 308.33 0.43 0.5
Hex B6 4A A7 0 3B 8 1D 134 2B 32
Octal 266 112 247 0 73 10 35 464 53 62
Binary 10110110 1001010 10100111 0 111011 1000 11101 100110100 101011 110010

Color Harmonies of #B64AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64AA7

Black with #B64AA7

Text Example


Text Example

White with #B64AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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