Html Css Color HEX #B444C1 Fuchsia

📋 copy color: '#B444C1'

red 180 ◦ green 68 ◦ blue 193

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

Shades of Fuchsia #B444C1

Tints of Fuchsia #B444C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.76%

R = 40.82%
G = 15.42%
B = 43.76%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B444C1 (or 0xB444C1) is known color: Fuchsia. HEX triplet: B4, 44 and C1. RGB value is (180,68,193). Sum of RGB (Red+Green+Blue) = 180+68+193=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #B444C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444C1 is #4BBB3E. Grayscale: #737373. Windows color (decimal): -4963135 or 12666036. OLE color: 12666036.

HSL color Cylindrical-coordinate representation of color #B444C1: hue angle of 293.76º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B444C1 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 68 193 -
CMYK 0.07 0.65 0 0.24
HSL 293.76º 0.5% 0.51% -
HSV(B) 293.76º 0.65% 0.76% -
XYZ 30.52 17.69 52.26 -
YUV 115.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 180 68 193 0.07 0.65 0 0.24 293.76 0.5 0.51
Hex B4 44 C1 7 41 0 18 126 32 33
Octal 264 104 301 7 101 0 30 446 62 63
Binary 10110100 1000100 11000001 111 1000001 0 11000 100100110 110010 110011

Color Harmonies of #B444C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444C1

Black with #B444C1

Text Example


Text Example

White with #B444C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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