Html Css Color HEX #B241AB Fuchsia

📋 copy color: '#B241AB'

red 178 ◦ green 65 ◦ blue 171

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

Shades of Fuchsia #B241AB

Tints of Fuchsia #B241AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 43%
G = 15.7%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B241AB (or 0xB241AB) is known color: Fuchsia. HEX triplet: B2, 41 and AB. RGB value is (178,65,171). Sum of RGB (Red+Green+Blue) = 178+65+171=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B241AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B241AB is #4DBE54. Grayscale: #6E6E6E. Windows color (decimal): -5094997 or 11223474. OLE color: 11223474.

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

Color convert

RGB 178 65 171 -
CMYK 0 0.63 0.04 0.30
HSL 303.72º 0.47% 0.48% -
HSV(B) 303.72º 0.63% 0.7% -
XYZ 27.6 16.19 40.2 -
YUV 110.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 178 65 171 0 0.63 0.04 0.30 303.72 0.47 0.48
Hex B2 41 AB 0 3F 4 1E 130 2F 30
Octal 262 101 253 0 77 4 36 460 57 60
Binary 10110010 1000001 10101011 0 111111 100 11110 100110000 101111 110000

Color Harmonies of #B241AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241AB

Black with #B241AB

Text Example


Text Example

White with #B241AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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