Html Css Color HEX #BC48B5 Fuchsia

📋 copy color: '#BC48B5'

red 188 ◦ green 72 ◦ blue 181

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

Shades of Fuchsia #BC48B5

Tints of Fuchsia #BC48B5

RGB

 RED value IS 188 (73.83% from 255) = 42.63%

 GREEN value IS 72 (28.52% from 255) = 16.33%

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

R = 42.63%
G = 16.33%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC48B5 (or 0xBC48B5) is known color: Fuchsia. HEX triplet: BC, 48 and B5. RGB value is (188,72,181). Sum of RGB (Red+Green+Blue) = 188+72+181=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48B5 is #43B74A. Grayscale: #767676. Windows color (decimal): -4437835 or 11880636. OLE color: 11880636.

HSL color Cylindrical-coordinate representation of color #BC48B5: hue angle of 303.62º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC48B5 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 181 -
CMYK 0 0.62 0.04 0.26
HSL 303.62º 0.46% 0.51% -
HSV(B) 303.62º 0.62% 0.74% -
XYZ 31.4 18.66 45.66 -
YUV 119.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 188 72 181 0 0.62 0.04 0.26 303.62 0.46 0.51
Hex BC 48 B5 0 3E 4 1A 130 2E 33
Octal 274 110 265 0 76 4 32 460 56 63
Binary 10111100 1001000 10110101 0 111110 100 11010 100110000 101110 110011

Color Harmonies of #BC48B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48B5

Black with #BC48B5

Text Example


Text Example

White with #BC48B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48B5; }

 p { color: rgb(188,72,181); }

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

background-color css

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

 a { background-color: rgb(188,72,181); }

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

border-color css

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

 span { border-color: rgb(188,72,181); }

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