Html Css Color HEX #B444B3 Fuchsia

📋 copy color: '#B444B3'

red 180 ◦ green 68 ◦ blue 179

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

Shades of Fuchsia #B444B3

Tints of Fuchsia #B444B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.92%

R = 42.15%
G = 15.93%
B = 41.92%

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

#B444B3 (or 0xB444B3) is known color: Fuchsia. HEX triplet: B4, 44 and B3. RGB value is (180,68,179). Sum of RGB (Red+Green+Blue) = 180+68+179=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B444B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444B3 is #4BBB4C. Grayscale: #717171. Windows color (decimal): -4963149 or 11748532. OLE color: 11748532.

HSL color Cylindrical-coordinate representation of color #B444B3: hue angle of 300.54º 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 #B444B3 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 68 179 -
CMYK 0 0.62 0.01 0.29
HSL 300.54º 0.45% 0.49% -
HSV(B) 300.54º 0.62% 0.71% -
XYZ 29.03 17.09 44.42 -
YUV 114.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 180 68 179 0 0.62 0.01 0.29 300.54 0.45 0.49
Hex B4 44 B3 0 3E 1 1D 12D 2D 31
Octal 264 104 263 0 76 1 35 455 55 61
Binary 10110100 1000100 10110011 0 111110 1 11101 100101101 101101 110001

Color Harmonies of #B444B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444B3

Black with #B444B3

Text Example


Text Example

White with #B444B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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