Html Css Color HEX #B444BF Fuchsia

📋 copy color: '#B444BF'

red 180 ◦ green 68 ◦ blue 191

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

Shades of Fuchsia #B444BF

Tints of Fuchsia #B444BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.51%

R = 41%
G = 15.49%
B = 43.51%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B444BF (or 0xB444BF) is known color: Fuchsia. HEX triplet: B4, 44 and BF. RGB value is (180,68,191). Sum of RGB (Red+Green+Blue) = 180+68+191=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #B444BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444BF is #4BBB40. Grayscale: #737373. Windows color (decimal): -4963137 or 12534964. OLE color: 12534964.

HSL color Cylindrical-coordinate representation of color #B444BF: hue angle of 294.63º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B444BF is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 68 191 -
CMYK 0.06 0.64 0 0.25
HSL 294.63º 0.49% 0.51% -
HSV(B) 294.63º 0.64% 0.75% -
XYZ 30.29 17.6 51.09 -
YUV 115.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 180 68 191 0.06 0.64 0 0.25 294.63 0.49 0.51
Hex B4 44 BF 6 40 0 19 127 31 33
Octal 264 104 277 6 100 0 31 447 61 63
Binary 10110100 1000100 10111111 110 1000000 0 11001 100100111 110001 110011

Color Harmonies of #B444BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444BF

Black with #B444BF

Text Example


Text Example

White with #B444BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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