Html Css Color HEX #B244BA Fuchsia

📋 copy color: '#B244BA'

red 178 ◦ green 68 ◦ blue 186

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

Shades of Fuchsia #B244BA

Tints of Fuchsia #B244BA

RGB

 RED value IS 178 (69.92% from 255) = 41.2%

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

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

R = 41.2%
G = 15.74%
B = 43.06%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B244BA (or 0xB244BA) is known color: Fuchsia. HEX triplet: B2, 44 and BA. RGB value is (178,68,186). Sum of RGB (Red+Green+Blue) = 178+68+186=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #B244BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244BA is #4DBB45. Grayscale: #717171. Windows color (decimal): -5094214 or 12207282. OLE color: 12207282.

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

Color convert

RGB 178 68 186 -
CMYK 0.04 0.63 0 0.27
HSL 295.93º 0.46% 0.5% -
HSV(B) 295.93º 0.63% 0.73% -
XYZ 29.29 17.14 48.22 -
YUV 114.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 178 68 186 0.04 0.63 0 0.27 295.93 0.46 0.5
Hex B2 44 BA 4 3F 0 1B 128 2E 32
Octal 262 104 272 4 77 0 33 450 56 62
Binary 10110010 1000100 10111010 100 111111 0 11011 100101000 101110 110010

Color Harmonies of #B244BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B244BA

Black with #B244BA

Text Example


Text Example

White with #B244BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B244BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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