Html Css Color HEX #B444BE Fuchsia

📋 copy color: '#B444BE'

red 180 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #B444BE

Tints of Fuchsia #B444BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 41.1%
G = 15.53%
B = 43.38%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B444BE (or 0xB444BE) is known color: Fuchsia. HEX triplet: B4, 44 and BE. RGB value is (180,68,190). Sum of RGB (Red+Green+Blue) = 180+68+190=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #B444BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444BE is #4BBB41. Grayscale: #737373. Windows color (decimal): -4963138 or 12469428. OLE color: 12469428.

HSL color Cylindrical-coordinate representation of color #B444BE: hue angle of 295.08º degrees, saturation: 0.48, 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 #B444BE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 68 190 -
CMYK 0.05 0.64 0 0.25
HSL 295.08º 0.48% 0.51% -
HSV(B) 295.08º 0.64% 0.75% -
XYZ 30.18 17.56 50.51 -
YUV 115.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 180 68 190 0.05 0.64 0 0.25 295.08 0.48 0.51
Hex B4 44 BE 5 40 0 19 127 30 33
Octal 264 104 276 5 100 0 31 447 60 63
Binary 10110100 1000100 10111110 101 1000000 0 11001 100100111 110000 110011

Color Harmonies of #B444BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444BE

Black with #B444BE

Text Example


Text Example

White with #B444BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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