Html Css Color HEX #B444B2 Fuchsia

📋 copy color: '#B444B2'

red 180 ◦ green 68 ◦ blue 178

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

Shades of Fuchsia #B444B2

Tints of Fuchsia #B444B2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.96%

 BLUE value IS 178 (69.92% from 255) = 41.78%

R = 42.25%
G = 15.96%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B444B2 (or 0xB444B2) is known color: Fuchsia. HEX triplet: B4, 44 and B2. RGB value is (180,68,178). Sum of RGB (Red+Green+Blue) = 180+68+178=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B444B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B444B2 is #4BBB4D. Grayscale: #717171. Windows color (decimal): -4963150 or 11682996. OLE color: 11682996.

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

Color convert

RGB 180 68 178 -
CMYK 0 0.62 0.01 0.29
HSL 301.07º 0.45% 0.49% -
HSV(B) 301.07º 0.62% 0.71% -
XYZ 28.93 17.05 43.89 -
YUV 114.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 180 68 178 0 0.62 0.01 0.29 301.07 0.45 0.49
Hex B4 44 B2 0 3E 1 1D 12D 2D 31
Octal 264 104 262 0 76 1 35 455 55 61
Binary 10110100 1000100 10110010 0 111110 1 11101 100101101 101101 110001

Color Harmonies of #B444B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444B2

Black with #B444B2

Text Example


Text Example

White with #B444B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444B2; }

 p { color: rgb(180,68,178); }

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

background-color css

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

 a { background-color: rgb(180,68,178); }

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

border-color css

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

 span { border-color: rgb(180,68,178); }

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