Html Css Color HEX #B64DAE Fuchsia

📋 copy color: '#B64DAE'

red 182 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #B64DAE

Tints of Fuchsia #B64DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 42.03%
G = 17.78%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B64DAE (or 0xB64DAE) is known color: Fuchsia. HEX triplet: B6, 4D and AE. RGB value is (182,77,174). Sum of RGB (Red+Green+Blue) = 182+77+174=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B64DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64DAE is #49B251. Grayscale: #777777. Windows color (decimal): -4829778 or 11423158. OLE color: 11423158.

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

Color convert

RGB 182 77 174 -
CMYK 0 0.58 0.04 0.29
HSL 304.57º 0.42% 0.51% -
HSV(B) 304.57º 0.58% 0.71% -
XYZ 29.59 18.31 42.02 -
YUV 119.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 182 77 174 0 0.58 0.04 0.29 304.57 0.42 0.51
Hex B6 4D AE 0 3A 4 1D 131 2A 33
Octal 266 115 256 0 72 4 35 461 52 63
Binary 10110110 1001101 10101110 0 111010 100 11101 100110001 101010 110011

Color Harmonies of #B64DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DAE

Black with #B64DAE

Text Example


Text Example

White with #B64DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DAE; }

 p { color: rgb(182,77,174); }

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

background-color css

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

 a { background-color: rgb(182,77,174); }

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

border-color css

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

 span { border-color: rgb(182,77,174); }

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