Html Css Color HEX #B444BB Fuchsia

📋 copy color: '#B444BB'

red 180 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #B444BB

Tints of Fuchsia #B444BB

RGB

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

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

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

R = 41.38%
G = 15.63%
B = 42.99%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B444BB (or 0xB444BB) is known color: Fuchsia. HEX triplet: B4, 44 and BB. RGB value is (180,68,187). Sum of RGB (Red+Green+Blue) = 180+68+187=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #B444BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444BB is #4BBB44. Grayscale: #727272. Windows color (decimal): -4963141 or 12272820. OLE color: 12272820.

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

Color convert

RGB 180 68 187 -
CMYK 0.04 0.64 0 0.27
HSL 296.47º 0.47% 0.5% -
HSV(B) 296.47º 0.64% 0.73% -
XYZ 29.86 17.43 48.8 -
YUV 115.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 180 68 187 0.04 0.64 0 0.27 296.47 0.47 0.5
Hex B4 44 BB 4 40 0 1B 128 2F 32
Octal 264 104 273 4 100 0 33 450 57 62
Binary 10110100 1000100 10111011 100 1000000 0 11011 100101000 101111 110010

Color Harmonies of #B444BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444BB

Black with #B444BB

Text Example


Text Example

White with #B444BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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