Html Css Color HEX #B044BA Fuchsia

📋 copy color: '#B044BA'

red 176 ◦ green 68 ◦ blue 186

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

Shades of Fuchsia #B044BA

Tints of Fuchsia #B044BA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.81%

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

R = 40.93%
G = 15.81%
B = 43.26%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B044BA (or 0xB044BA) is known color: Fuchsia. HEX triplet: B0, 44 and BA. RGB value is (176,68,186). Sum of RGB (Red+Green+Blue) = 176+68+186=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #B044BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044BA is #4FBB45. Grayscale: #717171. Windows color (decimal): -5225286 or 12207280. OLE color: 12207280.

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

Color convert

RGB 176 68 186 -
CMYK 0.05 0.63 0 0.27
HSL 294.92º 0.46% 0.5% -
HSV(B) 294.92º 0.63% 0.73% -
XYZ 28.83 16.91 48.2 -
YUV 113.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 176 68 186 0.05 0.63 0 0.27 294.92 0.46 0.5
Hex B0 44 BA 5 3F 0 1B 127 2E 32
Octal 260 104 272 5 77 0 33 447 56 62
Binary 10110000 1000100 10111010 101 111111 0 11011 100100111 101110 110010

Color Harmonies of #B044BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044BA

Black with #B044BA

Text Example


Text Example

White with #B044BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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