Html Css Color HEX #B44DB6 Fuchsia

📋 copy color: '#B44DB6'

red 180 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #B44DB6

Tints of Fuchsia #B44DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.54%

 BLUE value IS 182 (71.48% from 255) = 41.46%

R = 41%
G = 17.54%
B = 41.46%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B44DB6 (or 0xB44DB6) is known color: Fuchsia. HEX triplet: B4, 4D and B6. RGB value is (180,77,182). Sum of RGB (Red+Green+Blue) = 180+77+182=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 182 - color contains mainly: blue. Hex color #B44DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DB6 is #4BB249. Grayscale: #777777. Windows color (decimal): -4960842 or 11947444. OLE color: 11947444.

HSL color Cylindrical-coordinate representation of color #B44DB6: hue angle of 298.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44DB6 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 77 182 -
CMYK 0.01 0.58 0 0.29
HSL 298.86º 0.42% 0.51% -
HSV(B) 298.86º 0.58% 0.71% -
XYZ 29.92 18.39 46.23 -
YUV 119.77 163.12 170.96 -
System Red Green Blue C M Y K H S L
Decimal 180 77 182 0.01 0.58 0 0.29 298.86 0.42 0.51
Hex B4 4D B6 1 3A 0 1D 12B 2A 33
Octal 264 115 266 1 72 0 35 453 52 63
Binary 10110100 1001101 10110110 1 111010 0 11101 100101011 101010 110011

Color Harmonies of #B44DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44DB6

Black with #B44DB6

Text Example


Text Example

White with #B44DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44DB6; }

 p { color: rgb(180,77,182); }

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

background-color css

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

 a { background-color: rgb(180,77,182); }

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

border-color css

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

 span { border-color: rgb(180,77,182); }

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