Html Css Color HEX #BC4DBF Fuchsia

📋 copy color: '#BC4DBF'

red 188 ◦ green 77 ◦ blue 191

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

Shades of Fuchsia #BC4DBF

Tints of Fuchsia #BC4DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 41.23%
G = 16.89%
B = 41.89%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC4DBF (or 0xBC4DBF) is known color: Fuchsia. HEX triplet: BC, 4D and BF. RGB value is (188,77,191). Sum of RGB (Red+Green+Blue) = 188+77+191=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC4DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DBF is #43B240. Grayscale: #7A7A7A. Windows color (decimal): -4436545 or 12537276. OLE color: 12537276.

HSL color Cylindrical-coordinate representation of color #BC4DBF: hue angle of 298.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4DBF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 77 191 -
CMYK 0.02 0.60 0 0.25
HSL 298.42º 0.47% 0.53% -
HSV(B) 298.42º 0.6% 0.75% -
XYZ 32.8 19.76 51.38 -
YUV 123.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 188 77 191 0.02 0.60 0 0.25 298.42 0.47 0.53
Hex BC 4D BF 2 3C 0 19 12A 2F 35
Octal 274 115 277 2 74 0 31 452 57 65
Binary 10111100 1001101 10111111 10 111100 0 11001 100101010 101111 110101

Color Harmonies of #BC4DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DBF

Black with #BC4DBF

Text Example


Text Example

White with #BC4DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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