Html Css Color HEX #B064BA Fuchsia

📋 copy color: '#B064BA'

red 176 ◦ green 100 ◦ blue 186

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

Shades of Fuchsia #B064BA

Tints of Fuchsia #B064BA

RGB

 RED value IS 176 (69.14% from 255) = 38.1%

 GREEN value IS 100 (39.45% from 255) = 21.65%

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 38.1%
G = 21.65%
B = 40.26%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B064BA (or 0xB064BA) is known color: Fuchsia. HEX triplet: B0, 64 and BA. RGB value is (176,100,186). Sum of RGB (Red+Green+Blue) = 176+100+186=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #B064BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064BA is #4F9B45. Grayscale: #848484. Windows color (decimal): -5217094 or 12215472. OLE color: 12215472.

HSL color Cylindrical-coordinate representation of color #B064BA: hue angle of 293.02º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B064BA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 100 186 -
CMYK 0.05 0.46 0 0.27
HSL 293.02º 0.38% 0.56% -
HSV(B) 293.02º 0.46% 0.73% -
XYZ 31.32 21.89 49.03 -
YUV 132.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 176 100 186 0.05 0.46 0 0.27 293.02 0.38 0.56
Hex B0 64 BA 5 2E 0 1B 125 26 38
Octal 260 144 272 5 56 0 33 445 46 70
Binary 10110000 1100100 10111010 101 101110 0 11011 100100101 100110 111000

Color Harmonies of #B064BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064BA

Black with #B064BA

Text Example


Text Example

White with #B064BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064BA; }

 p { color: rgb(176,100,186); }

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

background-color css

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

 a { background-color: rgb(176,100,186); }

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

border-color css

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

 span { border-color: rgb(176,100,186); }

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