Html Css Color HEX #BC4DB0 Fuchsia

📋 copy color: '#BC4DB0'

red 188 ◦ green 77 ◦ blue 176

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

Shades of Fuchsia #BC4DB0

Tints of Fuchsia #BC4DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 42.63%
G = 17.46%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC4DB0 (or 0xBC4DB0) is known color: Fuchsia. HEX triplet: BC, 4D and B0. RGB value is (188,77,176). Sum of RGB (Red+Green+Blue) = 188+77+176=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4DB0 is #43B24F. Grayscale: #797979. Windows color (decimal): -4436560 or 11554236. OLE color: 11554236.

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

Color convert

RGB 188 77 176 -
CMYK 0 0.59 0.06 0.26
HSL 306.49º 0.45% 0.52% -
HSV(B) 306.49º 0.59% 0.74% -
XYZ 31.23 19.13 43.12 -
YUV 121.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 188 77 176 0 0.59 0.06 0.26 306.49 0.45 0.52
Hex BC 4D B0 0 3B 6 1A 132 2D 34
Octal 274 115 260 0 73 6 32 462 55 64
Binary 10111100 1001101 10110000 0 111011 110 11010 100110010 101101 110100

Color Harmonies of #BC4DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DB0

Black with #BC4DB0

Text Example


Text Example

White with #BC4DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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