Html Css Color HEX #B544C0 Fuchsia

📋 copy color: '#B544C0'

red 181 ◦ green 68 ◦ blue 192

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

Shades of Fuchsia #B544C0

Tints of Fuchsia #B544C0

RGB

 RED value IS 181 (71.09% from 255) = 41.04%

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

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

R = 41.04%
G = 15.42%
B = 43.54%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B544C0 (or 0xB544C0) is known color: Fuchsia. HEX triplet: B5, 44 and C0. RGB value is (181,68,192). Sum of RGB (Red+Green+Blue) = 181+68+192=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #B544C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544C0 is #4ABB3F. Grayscale: #737373. Windows color (decimal): -4897600 or 12600501. OLE color: 12600501.

HSL color Cylindrical-coordinate representation of color #B544C0: hue angle of 294.68º 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 #B544C0 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 68 192 -
CMYK 0.06 0.65 0 0.25
HSL 294.68º 0.5% 0.51% -
HSV(B) 294.68º 0.65% 0.75% -
XYZ 30.64 17.76 51.68 -
YUV 115.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 181 68 192 0.06 0.65 0 0.25 294.68 0.5 0.51
Hex B5 44 C0 6 41 0 19 127 32 33
Octal 265 104 300 6 101 0 31 447 62 63
Binary 10110101 1000100 11000000 110 1000001 0 11001 100100111 110010 110011

Color Harmonies of #B544C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B544C0

Black with #B544C0

Text Example


Text Example

White with #B544C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B544C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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