Html Css Color HEX #B241B3 Fuchsia

📋 copy color: '#B241B3'

red 178 ◦ green 65 ◦ blue 179

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

Shades of Fuchsia #B241B3

Tints of Fuchsia #B241B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 42.18%
G = 15.4%
B = 42.42%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B241B3 (or 0xB241B3) is known color: Fuchsia. HEX triplet: B2, 41 and B3. RGB value is (178,65,179). Sum of RGB (Red+Green+Blue) = 178+65+179=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #B241B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B241B3 is #4DBE4C. Grayscale: #6F6F6F. Windows color (decimal): -5094989 or 11747762. OLE color: 11747762.

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

Color convert

RGB 178 65 179 -
CMYK 0.01 0.64 0 0.30
HSL 299.47º 0.47% 0.48% -
HSV(B) 299.47º 0.64% 0.7% -
XYZ 28.39 16.5 44.34 -
YUV 111.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 178 65 179 0.01 0.64 0 0.30 299.47 0.47 0.48
Hex B2 41 B3 1 40 0 1E 12B 2F 30
Octal 262 101 263 1 100 0 36 453 57 60
Binary 10110010 1000001 10110011 1 1000000 0 11110 100101011 101111 110000

Color Harmonies of #B241B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241B3

Black with #B241B3

Text Example


Text Example

White with #B241B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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