Html Css Color HEX #B444BA Fuchsia

📋 copy color: '#B444BA'

red 180 ◦ green 68 ◦ blue 186

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

Shades of Fuchsia #B444BA

Tints of Fuchsia #B444BA

RGB

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

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

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

R = 41.47%
G = 15.67%
B = 42.86%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B444BA (or 0xB444BA) is known color: Fuchsia. HEX triplet: B4, 44 and BA. RGB value is (180,68,186). Sum of RGB (Red+Green+Blue) = 180+68+186=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #B444BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444BA is #4BBB45. Grayscale: #727272. Windows color (decimal): -4963142 or 12207284. OLE color: 12207284.

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

Color convert

RGB 180 68 186 -
CMYK 0.03 0.63 0 0.27
HSL 296.95º 0.46% 0.5% -
HSV(B) 296.95º 0.63% 0.73% -
XYZ 29.75 17.38 48.24 -
YUV 114.94 168.11 174.41 -
System Red Green Blue C M Y K H S L
Decimal 180 68 186 0.03 0.63 0 0.27 296.95 0.46 0.5
Hex B4 44 BA 3 3F 0 1B 129 2E 32
Octal 264 104 272 3 77 0 33 451 56 62
Binary 10110100 1000100 10111010 11 111111 0 11011 100101001 101110 110010

Color Harmonies of #B444BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444BA

Black with #B444BA

Text Example


Text Example

White with #B444BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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