Html Css Color HEX #B241AC Fuchsia

📋 copy color: '#B241AC'

red 178 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #B241AC

Tints of Fuchsia #B241AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.66%

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

R = 42.89%
G = 15.66%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B241AC (or 0xB241AC) is known color: Fuchsia. HEX triplet: B2, 41 and AC. RGB value is (178,65,172). Sum of RGB (Red+Green+Blue) = 178+65+172=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B241AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B241AC is #4DBE53. Grayscale: #6E6E6E. Windows color (decimal): -5094996 or 11289010. OLE color: 11289010.

HSL color Cylindrical-coordinate representation of color #B241AC: hue angle of 303.19º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B241AC is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 65 172 -
CMYK 0 0.63 0.03 0.30
HSL 303.19º 0.47% 0.48% -
HSV(B) 303.19º 0.63% 0.7% -
XYZ 27.7 16.22 40.7 -
YUV 110.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 178 65 172 0 0.63 0.03 0.30 303.19 0.47 0.48
Hex B2 41 AC 0 3F 3 1E 12F 2F 30
Octal 262 101 254 0 77 3 36 457 57 60
Binary 10110010 1000001 10101100 0 111111 11 11110 100101111 101111 110000

Color Harmonies of #B241AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241AC

Black with #B241AC

Text Example


Text Example

White with #B241AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241AC; }

 p { color: rgb(178,65,172); }

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

background-color css

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

 a { background-color: rgb(178,65,172); }

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

border-color css

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

 span { border-color: rgb(178,65,172); }

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