Html Css Color HEX #B44EBA Fuchsia

📋 copy color: '#B44EBA'

red 180 ◦ green 78 ◦ blue 186

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

Shades of Fuchsia #B44EBA

Tints of Fuchsia #B44EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.57%

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 40.54%
G = 17.57%
B = 41.89%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B44EBA (or 0xB44EBA) is known color: Fuchsia. HEX triplet: B4, 4E and BA. RGB value is (180,78,186). Sum of RGB (Red+Green+Blue) = 180+78+186=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #B44EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44EBA is #4BB145. Grayscale: #787878. Windows color (decimal): -4960582 or 12209844. OLE color: 12209844.

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

Color convert

RGB 180 78 186 -
CMYK 0.03 0.58 0 0.27
HSL 296.67º 0.44% 0.52% -
HSV(B) 296.67º 0.58% 0.73% -
XYZ 30.41 18.7 48.46 -
YUV 120.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 180 78 186 0.03 0.58 0 0.27 296.67 0.44 0.52
Hex B4 4E BA 3 3A 0 1B 129 2C 34
Octal 264 116 272 3 72 0 33 451 54 64
Binary 10110100 1001110 10111010 11 111010 0 11011 100101001 101100 110100

Color Harmonies of #B44EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44EBA

Black with #B44EBA

Text Example


Text Example

White with #B44EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44EBA; }

 p { color: rgb(180,78,186); }

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

background-color css

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

 a { background-color: rgb(180,78,186); }

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

border-color css

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

 span { border-color: rgb(180,78,186); }

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