Html Css Color HEX #B441B0 Fuchsia

📋 copy color: '#B441B0'

red 180 ◦ green 65 ◦ blue 176

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

Shades of Fuchsia #B441B0

Tints of Fuchsia #B441B0

RGB

 RED value IS 180 (70.7% from 255) = 42.76%

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

 BLUE value IS 176 (69.14% from 255) = 41.81%

R = 42.76%
G = 15.44%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B441B0 (or 0xB441B0) is known color: Fuchsia. HEX triplet: B4, 41 and B0. RGB value is (180,65,176). Sum of RGB (Red+Green+Blue) = 180+65+176=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B441B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441B0 is #4BBE4F. Grayscale: #6F6F6F. Windows color (decimal): -4963920 or 11551156. OLE color: 11551156.

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

Color convert

RGB 180 65 176 -
CMYK 0 0.64 0.02 0.29
HSL 302.09º 0.47% 0.48% -
HSV(B) 302.09º 0.64% 0.71% -
XYZ 28.55 16.62 42.78 -
YUV 112.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 180 65 176 0 0.64 0.02 0.29 302.09 0.47 0.48
Hex B4 41 B0 0 40 2 1D 12E 2F 30
Octal 264 101 260 0 100 2 35 456 57 60
Binary 10110100 1000001 10110000 0 1000000 10 11101 100101110 101111 110000

Color Harmonies of #B441B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B441B0

Black with #B441B0

Text Example


Text Example

White with #B441B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B441B0; }

 p { color: rgb(180,65,176); }

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

background-color css

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

 a { background-color: rgb(180,65,176); }

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

border-color css

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

 span { border-color: rgb(180,65,176); }

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