Html Css Color HEX #B044C0 Fuchsia

📋 copy color: '#B044C0'

red 176 ◦ green 68 ◦ blue 192

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

Shades of Fuchsia #B044C0

Tints of Fuchsia #B044C0

RGB

 RED value IS 176 (69.14% from 255) = 40.37%

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

 BLUE value IS 192 (75.39% from 255) = 44.04%

R = 40.37%
G = 15.6%
B = 44.04%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B044C0 (or 0xB044C0) is known color: Fuchsia. HEX triplet: B0, 44 and C0. RGB value is (176,68,192). Sum of RGB (Red+Green+Blue) = 176+68+192=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #B044C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044C0 is #4FBB3F. Grayscale: #727272. Windows color (decimal): -5225280 or 12600496. OLE color: 12600496.

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

Color convert

RGB 176 68 192 -
CMYK 0.08 0.65 0 0.25
HSL 292.26º 0.5% 0.51% -
HSV(B) 292.26º 0.65% 0.75% -
XYZ 29.49 17.17 51.63 -
YUV 114.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 176 68 192 0.08 0.65 0 0.25 292.26 0.5 0.51
Hex B0 44 C0 8 41 0 19 124 32 33
Octal 260 104 300 10 101 0 31 444 62 63
Binary 10110000 1000100 11000000 1000 1000001 0 11001 100100100 110010 110011

Color Harmonies of #B044C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044C0

Black with #B044C0

Text Example


Text Example

White with #B044C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044C0; }

 p { color: rgb(176,68,192); }

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

background-color css

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

 a { background-color: rgb(176,68,192); }

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

border-color css

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

 span { border-color: rgb(176,68,192); }

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