Html Css Color HEX #B64DAF Fuchsia

📋 copy color: '#B64DAF'

red 182 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #B64DAF

Tints of Fuchsia #B64DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 41.94%
G = 17.74%
B = 40.32%

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

#B64DAF (or 0xB64DAF) is known color: Fuchsia. HEX triplet: B6, 4D and AF. RGB value is (182,77,175). Sum of RGB (Red+Green+Blue) = 182+77+175=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B64DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64DAF is #49B250. Grayscale: #777777. Windows color (decimal): -4829777 or 11488694. OLE color: 11488694.

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

Color convert

RGB 182 77 175 -
CMYK 0 0.58 0.04 0.29
HSL 304º 0.42% 0.51% -
HSV(B) 304º 0.58% 0.71% -
XYZ 29.68 18.35 42.53 -
YUV 119.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 182 77 175 0 0.58 0.04 0.29 304 0.42 0.51
Hex B6 4D AF 0 3A 4 1D 130 2A 33
Octal 266 115 257 0 72 4 35 460 52 63
Binary 10110110 1001101 10101111 0 111010 100 11101 100110000 101010 110011

Color Harmonies of #B64DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DAF

Black with #B64DAF

Text Example


Text Example

White with #B64DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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