Html Css Color HEX #BC48BB Fuchsia

📋 copy color: '#BC48BB'

red 188 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #BC48BB

Tints of Fuchsia #BC48BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 42.06%
G = 16.11%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC48BB (or 0xBC48BB) is known color: Fuchsia. HEX triplet: BC, 48 and BB. RGB value is (188,72,187). Sum of RGB (Red+Green+Blue) = 188+72+187=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48BB is #43B744. Grayscale: #777777. Windows color (decimal): -4437829 or 12273852. OLE color: 12273852.

HSL color Cylindrical-coordinate representation of color #BC48BB: hue angle of 300.52º 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 #BC48BB is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 187 -
CMYK 0 0.62 0.01 0.26
HSL 300.52º 0.46% 0.51% -
HSV(B) 300.52º 0.62% 0.74% -
XYZ 32.03 18.91 48.98 -
YUV 119.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 188 72 187 0 0.62 0.01 0.26 300.52 0.46 0.51
Hex BC 48 BB 0 3E 1 1A 12D 2E 33
Octal 274 110 273 0 76 1 32 455 56 63
Binary 10111100 1001000 10111011 0 111110 1 11010 100101101 101110 110011

Color Harmonies of #BC48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48BB

Black with #BC48BB

Text Example


Text Example

White with #BC48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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