Html Css Color HEX #BC4DB3 Fuchsia

📋 copy color: '#BC4DB3'

red 188 ◦ green 77 ◦ blue 179

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

Shades of Fuchsia #BC4DB3

Tints of Fuchsia #BC4DB3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.34%

 BLUE value IS 179 (70.31% from 255) = 40.32%

R = 42.34%
G = 17.34%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC4DB3 (or 0xBC4DB3) is known color: Fuchsia. HEX triplet: BC, 4D and B3. RGB value is (188,77,179). Sum of RGB (Red+Green+Blue) = 188+77+179=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DB3 is #43B24C. Grayscale: #797979. Windows color (decimal): -4436557 or 11750844. OLE color: 11750844.

HSL color Cylindrical-coordinate representation of color #BC4DB3: hue angle of 304.86º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4DB3 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 77 179 -
CMYK 0 0.59 0.05 0.26
HSL 304.86º 0.45% 0.52% -
HSV(B) 304.86º 0.59% 0.74% -
XYZ 31.53 19.25 44.7 -
YUV 121.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 188 77 179 0 0.59 0.05 0.26 304.86 0.45 0.52
Hex BC 4D B3 0 3B 5 1A 131 2D 34
Octal 274 115 263 0 73 5 32 461 55 64
Binary 10111100 1001101 10110011 0 111011 101 11010 100110001 101101 110100

Color Harmonies of #BC4DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DB3

Black with #BC4DB3

Text Example


Text Example

White with #BC4DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DB3; }

 p { color: rgb(188,77,179); }

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

background-color css

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

 a { background-color: rgb(188,77,179); }

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

border-color css

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

 span { border-color: rgb(188,77,179); }

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