Html Css Color HEX #B44DBB Fuchsia

📋 copy color: '#B44DBB'

red 180 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #B44DBB

Tints of Fuchsia #B44DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 40.54%
G = 17.34%
B = 42.12%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B44DBB (or 0xB44DBB) is known color: Fuchsia. HEX triplet: B4, 4D and BB. RGB value is (180,77,187). Sum of RGB (Red+Green+Blue) = 180+77+187=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #B44DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DBB is #4BB244. Grayscale: #787878. Windows color (decimal): -4960837 or 12275124. OLE color: 12275124.

HSL color Cylindrical-coordinate representation of color #B44DBB: hue angle of 296.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44DBB is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 77 187 -
CMYK 0.04 0.59 0 0.27
HSL 296.18º 0.45% 0.52% -
HSV(B) 296.18º 0.59% 0.73% -
XYZ 30.45 18.6 49 -
YUV 120.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 180 77 187 0.04 0.59 0 0.27 296.18 0.45 0.52
Hex B4 4D BB 4 3B 0 1B 128 2D 34
Octal 264 115 273 4 73 0 33 450 55 64
Binary 10110100 1001101 10111011 100 111011 0 11011 100101000 101101 110100

Color Harmonies of #B44DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44DBB

Black with #B44DBB

Text Example


Text Example

White with #B44DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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