Html Css Color HEX #B64BAC Fuchsia

📋 copy color: '#B64BAC'

red 182 ◦ green 75 ◦ blue 172

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

Shades of Fuchsia #B64BAC

Tints of Fuchsia #B64BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.48%

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

R = 42.42%
G = 17.48%
B = 40.09%

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

#B64BAC (or 0xB64BAC) is known color: Fuchsia. HEX triplet: B6, 4B and AC. RGB value is (182,75,172). Sum of RGB (Red+Green+Blue) = 182+75+172=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B64BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64BAC is #49B453. Grayscale: #757575. Windows color (decimal): -4830292 or 11291574. OLE color: 11291574.

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

Color convert

RGB 182 75 172 -
CMYK 0 0.59 0.05 0.29
HSL 305.61º 0.42% 0.5% -
HSV(B) 305.61º 0.59% 0.71% -
XYZ 29.25 17.96 40.95 -
YUV 118.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 182 75 172 0 0.59 0.05 0.29 305.61 0.42 0.5
Hex B6 4B AC 0 3B 5 1D 132 2A 32
Octal 266 113 254 0 73 5 35 462 52 62
Binary 10110110 1001011 10101100 0 111011 101 11101 100110010 101010 110010

Color Harmonies of #B64BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64BAC

Black with #B64BAC

Text Example


Text Example

White with #B64BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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