Html Css Color HEX #B547C0 Fuchsia

📋 copy color: '#B547C0'

red 181 ◦ green 71 ◦ blue 192

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

Shades of Fuchsia #B547C0

Tints of Fuchsia #B547C0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.99%

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

R = 40.77%
G = 15.99%
B = 43.24%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B547C0 (or 0xB547C0) is known color: Fuchsia. HEX triplet: B5, 47 and C0. RGB value is (181,71,192). Sum of RGB (Red+Green+Blue) = 181+71+192=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #B547C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547C0 is #4AB83F. Grayscale: #757575. Windows color (decimal): -4896832 or 12601269. OLE color: 12601269.

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

Color convert

RGB 181 71 192 -
CMYK 0.06 0.63 0 0.25
HSL 294.55º 0.49% 0.52% -
HSV(B) 294.55º 0.63% 0.75% -
XYZ 30.82 18.14 51.75 -
YUV 117.68 169.94 173.16 -
System Red Green Blue C M Y K H S L
Decimal 181 71 192 0.06 0.63 0 0.25 294.55 0.49 0.52
Hex B5 47 C0 6 3F 0 19 127 31 34
Octal 265 107 300 6 77 0 31 447 61 64
Binary 10110101 1000111 11000000 110 111111 0 11001 100100111 110001 110100

Color Harmonies of #B547C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547C0

Black with #B547C0

Text Example


Text Example

White with #B547C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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