Html Css Color HEX #B241B1 Fuchsia

📋 copy color: '#B241B1'

red 178 ◦ green 65 ◦ blue 177

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

Shades of Fuchsia #B241B1

Tints of Fuchsia #B241B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.14%

R = 42.38%
G = 15.48%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B241B1 (or 0xB241B1) is known color: Fuchsia. HEX triplet: B2, 41 and B1. RGB value is (178,65,177). Sum of RGB (Red+Green+Blue) = 178+65+177=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B241B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B241B1 is #4DBE4E. Grayscale: #6F6F6F. Windows color (decimal): -5094991 or 11616690. OLE color: 11616690.

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

Color convert

RGB 178 65 177 -
CMYK 0 0.63 0.01 0.30
HSL 300.53º 0.47% 0.48% -
HSV(B) 300.53º 0.63% 0.7% -
XYZ 28.19 16.42 43.28 -
YUV 111.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 178 65 177 0 0.63 0.01 0.30 300.53 0.47 0.48
Hex B2 41 B1 0 3F 1 1E 12D 2F 30
Octal 262 101 261 0 77 1 36 455 57 60
Binary 10110010 1000001 10110001 0 111111 1 11110 100101101 101111 110000

Color Harmonies of #B241B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241B1

Black with #B241B1

Text Example


Text Example

White with #B241B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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