Html Css Color HEX #B241AD Fuchsia

📋 copy color: '#B241AD'

red 178 ◦ green 65 ◦ blue 173

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

Shades of Fuchsia #B241AD

Tints of Fuchsia #B241AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 42.79%
G = 15.63%
B = 41.59%

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

#B241AD (or 0xB241AD) is known color: Fuchsia. HEX triplet: B2, 41 and AD. RGB value is (178,65,173). Sum of RGB (Red+Green+Blue) = 178+65+173=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B241AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B241AD is #4DBE52. Grayscale: #6E6E6E. Windows color (decimal): -5094995 or 11354546. OLE color: 11354546.

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

Color convert

RGB 178 65 173 -
CMYK 0 0.63 0.03 0.30
HSL 302.65º 0.47% 0.48% -
HSV(B) 302.65º 0.63% 0.7% -
XYZ 27.79 16.26 41.21 -
YUV 111.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 178 65 173 0 0.63 0.03 0.30 302.65 0.47 0.48
Hex B2 41 AD 0 3F 3 1E 12F 2F 30
Octal 262 101 255 0 77 3 36 457 57 60
Binary 10110010 1000001 10101101 0 111111 11 11110 100101111 101111 110000

Color Harmonies of #B241AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241AD

Black with #B241AD

Text Example


Text Example

White with #B241AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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