Html Css Color HEX #B64EAA Fuchsia

📋 copy color: '#B64EAA'

red 182 ◦ green 78 ◦ blue 170

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

Shades of Fuchsia #B64EAA

Tints of Fuchsia #B64EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.14%

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

R = 42.33%
G = 18.14%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B64EAA (or 0xB64EAA) is known color: Fuchsia. HEX triplet: B6, 4E and AA. RGB value is (182,78,170). Sum of RGB (Red+Green+Blue) = 182+78+170=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B64EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64EAA is #49B155. Grayscale: #777777. Windows color (decimal): -4829526 or 11161270. OLE color: 11161270.

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

Color convert

RGB 182 78 170 -
CMYK 0 0.57 0.07 0.29
HSL 306.92º 0.42% 0.51% -
HSV(B) 306.92º 0.57% 0.71% -
XYZ 29.27 18.3 40.02 -
YUV 119.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 182 78 170 0 0.57 0.07 0.29 306.92 0.42 0.51
Hex B6 4E AA 0 39 7 1D 133 2A 33
Octal 266 116 252 0 71 7 35 463 52 63
Binary 10110110 1001110 10101010 0 111001 111 11101 100110011 101010 110011

Color Harmonies of #B64EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64EAA

Black with #B64EAA

Text Example


Text Example

White with #B64EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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